RPNX::DataStructures
Header-only C++ data structures and supporting utilities.
Loading...
Searching...
No Matches
rpnx::result< T > Member List

This is the complete list of members for rpnx::result< T >, including all inherited members.

get() &rpnx::result< T >inline
get() const &rpnx::result< T >inline
get() &&rpnx::result< T >inline
get() const &&rpnx::result< T >inline
get_error() constrpnx::result< T >inline
has_error() constrpnx::result< T >inline
has_exception() constrpnx::result< T >inline
has_result() constrpnx::result< T >inline
has_value() constrpnx::result< T >inline
operator bool() constrpnx::result< T >inline
result(T t)rpnx::result< T >inline
result()rpnx::result< T >inline
result(std::exception_ptr er)rpnx::result< T >inline
set_error(std::exception_ptr er)rpnx::result< T >inline
set_exception(std::exception_ptr er)rpnx::result< T >inline
set_value(T t)rpnx::result< T >inline
test() constrpnx::result< T >inline
value() &rpnx::result< T >inline
value() const &rpnx::result< T >inline
value() &&rpnx::result< T >inline
value() const &&rpnx::result< T >inline