|
CLI11
2.6.2
|
#include <codecvt>

Go to the source code of this file.
Macros | |
| #define | CLI11_DEPRECATED(reason) __attribute__((deprecated(reason))) |
| #define | CLI11_NODISCARD |
| #define | CLI11_USE_STATIC_RTTI 1 |
| #define | CLI11_HAS_CODECVT 1 |
| #define | CLI11_HAS_RTTI 0 |
| #define | CLI11_DIAGNOSTIC_PUSH |
| #define | CLI11_DIAGNOSTIC_POP |
| #define | CLI11_DIAGNOSTIC_IGNORE_DEPRECATED |
| #define | CLI11_INLINE inline |
| #define | CLI11_MODULE_INLINE static |
| #define CLI11_DEPRECATED | ( | reason | ) | __attribute__((deprecated(reason))) |
| #define CLI11_DIAGNOSTIC_IGNORE_DEPRECATED |
| #define CLI11_DIAGNOSTIC_POP |
| #define CLI11_DIAGNOSTIC_PUSH |
disable deprecations
| #define CLI11_HAS_CODECVT 1 |
<filesystem> availability <codecvt> availability
| #define CLI11_HAS_RTTI 0 |
rtti enabled
| #define CLI11_INLINE inline |
Inline macro
| #define CLI11_MODULE_INLINE static |
Module inline to support module operations
| #define CLI11_NODISCARD |
| #define CLI11_USE_STATIC_RTTI 1 |
detection of rtti
1.8.10