tesseract++ 0.0.1
N-dimensional tensor library for embedded systems
Loading...
Searching...
No Matches
Expected< T, E > Member List

This is the complete list of members for Expected< T, E >, including all inherited members.

err_Expected< T, E >
error() const noexceptExpected< T, E >inline
error_type typedefExpected< T, E >
Expected(T &&v) noexcept(is_nothrow_move_constructible_v< T >)Expected< T, E >inline
Expected(Unexpected< E > u) noexceptExpected< T, E >inline
Expected(Expected &&other) noexcept(is_nothrow_move_constructible_v< T >)Expected< T, E >inline
Expected(const Expected &)=deleteExpected< T, E >
has_value() const noexceptExpected< T, E >inline
operator bool() const noexceptExpected< T, E >inlineexplicit
operator*() noexceptExpected< T, E >inline
operator*() const noexceptExpected< T, E >inline
operator->() noexceptExpected< T, E >inline
operator->() const noexceptExpected< T, E >inline
operator=(Expected &&other) noexcept(is_nothrow_move_constructible_v< T >)Expected< T, E >inline
operator=(const Expected &)=deleteExpected< T, E >
val_Expected< T, E >
value() noexceptExpected< T, E >inline
value() const noexceptExpected< T, E >inline
value_type typedefExpected< T, E >
~Expected() noexceptExpected< T, E >inline