CPP-AP 2.2.6
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) | |
![]() | |
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 |
Exception type used for type-related errors.
Definition at line 106 of file exceptions.hpp.
|
inlineexplicit |
Definition at line 107 of file exceptions.hpp.
|
inlinestaticnoexcept |
Definition at line 109 of file exceptions.hpp.