|
Monero
|
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 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 |
| get() noexcept | expect< T > | inlineprivate |
| get() const noexcept | expect< T > | inlineprivate |
| has_value()`. T *operator->() noexcept | expect< T > | inline |
| has_value()`. T const *operator->() const noexcept | expect< T > | inline |
| has_value()`. T &operator*() noexcept | expect< T > | inline |
| has_value()`. T const &operator*() const noexcept | expect< T > | inline |
| has_value()` | expect< T > | |
| is_convertible() noexcept | expect< T > | inlineprivatestatic |
| maybe_throw() const | expect< 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 |
| Value | expect< T > | |
| value() && | expect< T > | inline |
| value_type typedef | expect< T > | |
| ~expect() noexcept | expect< T > | inline |