CPP-AP 2.7.0
Command-line argument parser for C++20
|
#include <cstdint>
#include <format>
#include <optional>
#include <string>
#include <string_view>
Go to the source code of this file.
Classes | |
struct | ap::detail::argument_name |
Structure holding the argument's name. More... | |
Namespaces | |
namespace | ap |
namespace | ap::detail |
Enumerations | |
enum class | ap::detail::argument_name_discriminator : bool { ap::detail::n_primary , ap::detail::n_secondary } |
Argument name member discriminator. More... | |