Serves as the root component, with common functionality documented in core functionality.
More...
|
| namespace | chrono |
| |
| namespace | concurrency |
| |
| namespace | datetime |
| | Serves as component for date and time handling.
|
| |
| namespace | experimental |
| | Serves as component for features which are considered experimental.
|
| |
| namespace | filesystem |
| | Serves as component for path and filesystem functionality.
|
| |
| namespace | logging |
| | Serves as component for basic logging functionality.
|
| |
| namespace | memory |
| | Serves as component for memory access and management.
|
| |
| namespace | parser |
| | Serves as component for common parsing functionality.
|
| |
| namespace | preprocessor |
| | Solely used to structure documentation for preprocessor functionality.
|
| |
| namespace | process |
| | Serves as component for interaction with operating system processes.
|
| |
| namespace | regex |
| | Serves as component for regular expression functionality.
|
| |
| namespace | result |
| | Serves as component for functionality handling error and return types.
|
| |
| namespace | strings |
| | Serves as component for string handling and conversion functionality.
|
| |
| namespace | system |
| | Serves as component for portable OS (Windows, Linux, ...) functionality.
|
| |
| namespace | variant |
| |
| namespace | xml |
| | Serves as component for handling XML.
|
| |
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.
|