|
tesseract++ 0.0.1
N-dimensional tensor library for embedded systems
|
This is the complete list of members for Expected< T, E >, including all inherited members.
| err_ | Expected< T, E > | |
| error() const noexcept | Expected< T, E > | inline |
| error_type typedef | Expected< T, E > | |
| Expected(T &&v) noexcept(is_nothrow_move_constructible_v< T >) | Expected< T, E > | inline |
| Expected(Unexpected< E > u) noexcept | Expected< T, E > | inline |
| Expected(Expected &&other) noexcept(is_nothrow_move_constructible_v< T >) | Expected< T, E > | inline |
| Expected(const Expected &)=delete | Expected< T, E > | |
| has_value() const noexcept | Expected< T, E > | inline |
| operator bool() const noexcept | Expected< T, E > | inlineexplicit |
| operator*() noexcept | Expected< T, E > | inline |
| operator*() const noexcept | Expected< T, E > | inline |
| operator->() noexcept | Expected< T, E > | inline |
| operator->() const noexcept | Expected< T, E > | inline |
| operator=(Expected &&other) noexcept(is_nothrow_move_constructible_v< T >) | Expected< T, E > | inline |
| operator=(const Expected &)=delete | Expected< T, E > | |
| val_ | Expected< T, E > | |
| value() noexcept | Expected< T, E > | inline |
| value() const noexcept | Expected< T, E > | inline |
| value_type typedef | Expected< T, E > | |
| ~Expected() noexcept | Expected< T, E > | inline |