|
cli11
|
Compile-time version information for the cli11 library. More...
import std;Enumerations | |
| enum class | cli::token_t : std::uint8_t { short_ , class_ , return_ , while_ } |
| Token kinds. More... | |
Variables | |
| constexpr int | cli::version_major = 2 |
| Major component of the library version. | |
| constexpr int | cli::version_minor = 6 |
| Minor component of the library version. | |
| constexpr int | cli::version_patch = 2 |
| Patch component of the library version. | |
| constexpr std::string_view | cli::version = "2.6.2" |
| Full library version, formatted as "major.minor.patch". | |
Compile-time version information for the cli11 library.
Every value in this partition is a constant expression, so all of them may be used in static_assert and other compile-time contexts:
|
exportstrong |
Token kinds.
| Enumerator | |
|---|---|
| short_ | The short keyword. |
| class_ | The class keyword. |
| return_ | The return keyword. |
| while_ | The while keyword. |
|
constexprexport |
Full library version, formatted as "major.minor.patch".