| and_then(const std::function< expected< Return, E >(T)> &func) const & | designlab::nostd::expected< T, E > | inline |
| and_then(Func &&func) const & | designlab::nostd::expected< T, E > | inline |
| error() const | designlab::nostd::expected< T, E > | inline |
| error() | designlab::nostd::expected< T, E > | inline |
| error_or(G &&e) const & | designlab::nostd::expected< T, E > | inline |
| error_type typedef | designlab::nostd::expected< T, E > | |
| expected() | designlab::nostd::expected< T, E > | inline |
| expected(const expected &rhs) | designlab::nostd::expected< T, E > | inline |
| expected(expected &&rhs) noexcept | designlab::nostd::expected< T, E > | inline |
| expected(const expected< U, G > &rhs) | designlab::nostd::expected< T, E > | inline |
| expected(const expected< U, G > &&rhs) noexcept | designlab::nostd::expected< T, E > | inline |
| expected(U &&v) | designlab::nostd::expected< T, E > | inline |
| expected(const unexpected< G > &e) | designlab::nostd::expected< T, E > | inline |
| has_value() const noexcept | designlab::nostd::expected< T, E > | inline |
| operator bool() const noexcept | designlab::nostd::expected< T, E > | inlineexplicit |
| operator*() const &noexcept | designlab::nostd::expected< T, E > | inline |
| operator*() &noexcept | designlab::nostd::expected< T, E > | inline |
| operator->() const noexcept | designlab::nostd::expected< T, E > | inline |
| operator->() noexcept | designlab::nostd::expected< T, E > | inline |
| unexpected_type typedef | designlab::nostd::expected< T, E > | |
| value() const | designlab::nostd::expected< T, E > | inline |
| value() | designlab::nostd::expected< T, E > | inline |
| value_or(U &&v) const & | designlab::nostd::expected< T, E > | inline |
| value_type typedef | designlab::nostd::expected< T, E > | |
| ~expected()=default | designlab::nostd::expected< T, E > | |