arg_router  1.4.0
C++ command line argument parsing and routing
arg_router::utility::result< ResultType, ExceptionType > Member List

This is the complete list of members for arg_router::utility::result< ResultType, ExceptionType >, including all inherited members.

exception_type typedefarg_router::utility::result< ResultType, ExceptionType >
extract()arg_router::utility::result< ResultType, ExceptionType >inline
get() const -> std::conditional_t<(sizeof(std::size_t) >=sizeof(result_type)) &&std::is_copy_constructible_v< result_type >, result_type, const result_type & >arg_router::utility::result< ResultType, ExceptionType >inline
get_if() noexceptarg_router::utility::result< ResultType, ExceptionType >inline
get_if() const noexceptarg_router::utility::result< ResultType, ExceptionType >inline
has_error() const noexceptarg_router::utility::result< ResultType, ExceptionType >inline
has_result() const noexceptarg_router::utility::result< ResultType, ExceptionType >inline
operator bool() const noexceptarg_router::utility::result< ResultType, ExceptionType >inlineexplicit
operator!() const noexceptarg_router::utility::result< ResultType, ExceptionType >inline
operator!=(const result &other) const noexceptarg_router::utility::result< ResultType, ExceptionType >inline
operator!=(const result &lhs, const result_type &rhs) noexceptarg_router::utility::result< ResultType, ExceptionType >friend
operator!=(const result_type &lhs, const result &rhs) noexceptarg_router::utility::result< ResultType, ExceptionType >friend
operator==(const result &other) const noexceptarg_router::utility::result< ResultType, ExceptionType >inline
operator==(const result &lhs, const result_type &rhs) noexceptarg_router::utility::result< ResultType, ExceptionType >friend
operator==(const result_type &lhs, const result &rhs) noexceptarg_router::utility::result< ResultType, ExceptionType >friend
result(result_type value) noexceptarg_router::utility::result< ResultType, ExceptionType >inline
result(ExceptionType ex) noexceptarg_router::utility::result< ResultType, ExceptionType >inline
result_type typedefarg_router::utility::result< ResultType, ExceptionType >
throw_exception() constarg_router::utility::result< ResultType, ExceptionType >inline