Serves as the root component, with common functionality documented in core functionality.
More...
|
| chrono |
| Serves as component for code compatibility to std::chrono.
|
|
| concurrency |
| Serves as component for concurrency handling, mainly but not exclusively for code compatibility to standard thread support.
|
|
| datetime |
| Serves as component for date and time handling.
|
|
| experimental |
| Serves as component for features which are considered experimental.
|
|
| filesystem |
| Serves as component for path and filesystem functionality.
|
|
| logging |
| Serves as component for basic logging functionality.
|
|
| memory |
| Serves as component for memory access and management.
|
|
| parser |
| Serves as component for common parsing functionality.
|
|
| preprocessor |
| Solely used to structure documentation for preprocessor functionality.
|
|
| process |
| Serves as component for interaction with operating system processes.
|
|
| regex |
| Serves as component for regular expression functionality.
|
|
| result |
| Serves as component for functionality handling error and return types.
|
|
| strings |
| Serves as component for string handling and conversion functionality.
|
|
| system |
| Serves as component for portable OS (Windows, Linux, ...) functionality.
|
|
| variant |
| Serves as component for C++17 std::variant like functionality.
|
|
| xml |
| Serves as component for handling XML.
|
|
|
template<class F > |
auto | scopeExit (F &&f) |
| Creates a scope guard executing callable f on scope exit. More...
|
|
template<typename T > |
void | maybe_unused (T &&) |
| Mimics C++17 attribute maybe_unused to silence compiler warnings on potentially unused enitities. More...
|
|
Serves as the root component, with common functionality documented in core functionality.
◆ SortingOrder
Flags for functions that need to sort elements.
Enumerator |
---|
ascending | Sort in ascending order.
|
descending | Sort in descending order.
|
Definition at line 23 of file enums.h.