|
CPP-AP 3.0.1
Command-line argument parser for C++20
|
Exception type used for errors encountered during the argument parsing operation. More...
#include <exceptions.hpp>
Public Member Functions | |
| parsing_failure (const std::string &message) | |
Public Member Functions inherited from ap::argument_parser_exception | |
| argument_parser_exception (const std::string &message) | |
Static Public Member Functions | |
| static parsing_failure | unknown_argument (const std::string_view arg_name) noexcept |
| static parsing_failure | invalid_nvalues (const detail::argument_name &arg_name, const std::weak_ordering ordering) noexcept |
Exception type used for errors encountered during the argument parsing operation.
Definition at line 43 of file exceptions.hpp.
|
inlineexplicit |
Definition at line 44 of file exceptions.hpp.
|
inlinestaticnoexcept |
Definition at line 50 of file exceptions.hpp.
|
inlinestaticnoexcept |
Definition at line 46 of file exceptions.hpp.