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

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

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
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 >
operator=(expect const &src) noexcept(std::is_nothrow_copy_constructible< T >() &&std::is_nothrow_copy_assignable< T >())expect< T >inline
Valueexpect< T >
value() &&expect< T >inline
value_type typedefexpect< T >
~expect() noexceptexpect< T >inline