CPP-AP 2.7.0
Command-line argument parser for C++20
|
#include "ap/detail/argument_name.hpp"
#include "ap/detail/str_utility.hpp"
#include "ap/detail/typing_utility.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::invalid_configuration::positional |
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 |