CPP-AP 2.2.6
Command-line argument parser for C++20
|
Defines the default argument discriminator types. More...
#include <cstdint>
Go to the source code of this file.
Enumerations | |
enum class | ap::argument::default_positional : uint8_t { input , output } |
Enum class representing positional arguments. More... | |
enum class | ap::argument::default_optional : uint8_t { help , input , output , multi_input , multi_output } |
Enum class representing optional arguments. More... | |
Defines the default argument discriminator types.
Definition in file default.hpp.
|
strong |
Enum class representing optional arguments.
Definition at line 20 of file default.hpp.
|
strong |
Enum class representing positional arguments.
Definition at line 17 of file default.hpp.