|
CPP-AP 3.0.1
Command-line argument parser for C++20
|
Exception type used for type-related errors. More...
#include <exceptions.hpp>
Public Member Functions | |
| type_error (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 type_error | invalid_value_type (const detail::argument_name &arg_name, const std::type_info &value_type) noexcept |
| template<typename InvalidType > | |
| static type_error | invalid_value_type (const detail::argument_name &arg_name) noexcept |
Exception type used for type-related errors.
Definition at line 70 of file exceptions.hpp.
|
inlineexplicit |
Definition at line 71 of file exceptions.hpp.
|
inlinestaticnoexcept |
Definition at line 84 of file exceptions.hpp.
|
inlinestaticnoexcept |
Definition at line 73 of file exceptions.hpp.