|
Electroneum
|
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 |
| equal(std::error_code const &rhs) const noexcept | expect< T > | inline |
| equal(U const &rhs) const noexcept(noexcept(*std::declval< expect< T >>()==rhs)) | expect< T > | inline |
| error() const noexcept | expect< T > | inline |
| error_type typedef | expect< T > | |
| expect()=delete | expect< T > | |
| expect(std::error_code const &code) noexcept | expect< 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_error() const noexcept | expect< T > | inline |
| has_value() const noexcept | expect< T > | inline |
| matches(std::error_condition const &rhs) const noexcept | expect< T > | inline |
| operator bool() const noexcept | expect< T > | inlineexplicit |
| operator*() noexcept | expect< T > | inline |
| operator*() const noexcept | expect< T > | inline |
| operator->() noexcept | expect< T > | inline |
| operator->() const noexcept | expect< T > | inline |
| operator=(expect const &src) noexcept(std::is_nothrow_copy_constructible< T >() &&std::is_nothrow_copy_assignable< T >()) | expect< T > | inline |
| operator=(expect &&src) noexcept(std::is_nothrow_move_constructible< T >() &&std::is_nothrow_move_assignable< T >()) | expect< T > | inline |
| value() & | expect< T > | inline |
| value() const & | expect< T > | inline |
| value() && | expect< T > | inline |
| value_type typedef | expect< T > | |
| ~expect() noexcept | expect< T > | inline |