RPNX::QueryGraph
Typed, memoized, concurrent query evaluation for C++23
Loading...
Searching...
No Matches
rpnx::querygraph::result< T > Member List

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

get() &rpnx::querygraph::result< T >inline
get() const &rpnx::querygraph::result< T >inline
get() &&rpnx::querygraph::result< T >inline
get() const &&rpnx::querygraph::result< T >inline
get_error() constrpnx::querygraph::result< T >inline
get_error_result() constrpnx::querygraph::result< T >inline
has_canonical_error() constrpnx::querygraph::result< T >inline
has_error() constrpnx::querygraph::result< T >inline
has_exception() constrpnx::querygraph::result< T >inline
has_result() constrpnx::querygraph::result< T >inline
has_unexpected_exception() constrpnx::querygraph::result< T >inline
has_value() constrpnx::querygraph::result< T >inline
operator bool() constrpnx::querygraph::result< T >inlineexplicit
result()=defaultrpnx::querygraph::result< T >
result(T value)rpnx::querygraph::result< T >inline
result(std::exception_ptr exception)rpnx::querygraph::result< T >inline
result_status() constrpnx::querygraph::result< T >inline
set_error(error_result error)rpnx::querygraph::result< T >inline
set_error(std::exception_ptr exception)rpnx::querygraph::result< T >inline
set_exception(std::exception_ptr exception)rpnx::querygraph::result< T >inline
set_value(T value)rpnx::querygraph::result< T >inline
test() constrpnx::querygraph::result< T >inline
value() &rpnx::querygraph::result< T >inline
value() const &rpnx::querygraph::result< T >inline
value() &&rpnx::querygraph::result< T >inline
value() const &&rpnx::querygraph::result< T >inline