Monero
Loading...
Searching...
No Matches
expect< T > Member List

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

code_expect< T >private
equal(expect< U > const &rhs) const noexcept(noexcept(*std::declval< expect< T > >()== *rhs))expect< T >inline
error()expect< T >
error_type typedefexpect< T >
expect()=deleteexpect< T >
expect(std::error_code const &code) noexceptexpect< T >inline
expect(T val) noexcept(std::is_nothrow_move_constructible< T >())expect< T >inline
expect(expect const &src) noexcept(std::is_nothrow_copy_constructible< T >())expect< T >inline
expect(expect< U > const &src) noexcept(std::is_nothrow_constructible< T, U const & >())expect< T >inline
expect(expect &&src) noexcept(std::is_nothrow_move_constructible< T >())expect< T >inline
expect(expect< U > &&src) noexcept(std::is_nothrow_constructible< T, U >())expect< T >inline
get() noexceptexpect< T >inlineprivate
get() const noexceptexpect< T >inlineprivate
has_value()`. T *operator->() noexceptexpect< T >inline
has_value()`. T const *operator->() const noexceptexpect< T >inline
has_value()`. T &operator*() noexceptexpect< T >inline
has_value()`. T const &operator*() const noexceptexpect< T >inline
has_value()`expect< T >
is_convertible() noexceptexpect< T >inlineprivatestatic
maybe_throw() constexpect< T >inlineprivate
operator=(expect const &src) noexcept(std::is_nothrow_copy_constructible< T >() &&std::is_nothrow_copy_assignable< T >())expect< T >inline
storage_expect< T >private
store(U &&value) noexcept(std::is_nothrow_constructible< T, U >())expect< T >inlineprivate
Valueexpect< T >
value() &&expect< T >inline
value_type typedefexpect< T >
~expect() noexceptexpect< T >inline