|
CPP-AP 3.0.1
Command-line argument parser for C++20
|
#include "ap/detail/argument_name.hpp"#include "ap/util/string.hpp"#include "ap/util/typing.hpp"#include <format>Go to the source code of this file.
Classes | |
| struct | ap::argument_parser_exception |
| Base type for the argument parser functionality errors/exceptions. More... | |
| struct | ap::invalid_configuration |
| Exception type used for invalid configuration of an argument parser or its arguments. More... | |
| struct | ap::parsing_failure |
| Exception type used for errors encountered during the argument parsing operation. More... | |
| struct | ap::type_error |
| Exception type used for type-related errors. More... | |
| struct | ap::lookup_failure |
| Exception type used for element lookup errors. More... | |
Namespaces | |
| namespace | ap |