|
CPP-AP 3.0.1
Command-line argument parser for C++20
|
Exception type used for element lookup errors. More...
#include <exceptions.hpp>
Public Member Functions | |
| lookup_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 lookup_failure | argument_not_found (const std::string_view &arg_name) noexcept |
Exception type used for element lookup errors.
Definition at line 94 of file exceptions.hpp.
|
inlineexplicit |
Definition at line 95 of file exceptions.hpp.
|
inlinestaticnoexcept |
Definition at line 97 of file exceptions.hpp.