|
Monero
|
This is the complete list of members for expect< void >, including all inherited members.
| code_ | expect< void > | private |
| equal(expect< U > const &rhs) const noexcept(noexcept(*std::declval< expect< void > >()==*rhs)) | expect< void > | inline |
| error() const noexcept | expect< void > | inline |
| error() | expect< void > | |
| error_type typedef | expect< void > | |
| expect() noexcept | expect< void > | inline |
| expect(std::error_code const &code) noexcept | expect< void > | inline |
| expect(expect const &)=default | expect< void > | |
| get() noexcept | expect< void > | inlineprivate |
| has_error() const noexcept | expect< void > | inline |
| has_value()`. void *operator->() noexcept | expect< void > | inline |
| is_convertible() noexcept | expect< void > | inlineprivatestatic |
| maybe_throw() const | expect< void > | inlineprivate |
| operator bool() const noexcept | expect< void > | inlineexplicit |
| operator=(expect const &)=default | expect< void > | |
| storage_ | expect< void > | private |
| store(U &&value) noexcept(std::is_nothrow_constructible< void, U >()) | expect< void > | inlineprivate |
| Value | expect< void > | |
| value() && | expect< void > | inline |
| value_type typedef | expect< void > | |
| ~expect()=default | expect< void > |