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