FastLED 3.9.15
Loading...
Searching...
No Matches
fl::expected< T, E > Member List

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

error() const FL_NOEXCEPTfl::expected< T, E >inline
expected() FL_NOEXCEPTfl::expected< T, E >inline
expected(expected &&other) FL_NOEXCEPT=defaultfl::expected< T, E >
expected(const expected &) FL_NOEXCEPT=deletefl::expected< T, E >private
failure(E err, const char *msg=nullptr) FL_NOEXCEPTfl::expected< T, E >inlinestatic
has_value() const FL_NOEXCEPTfl::expected< T, E >inline
mDatafl::expected< T, E >private
message() const FL_NOEXCEPTfl::expected< T, E >inline
ok() const FL_NOEXCEPTfl::expected< T, E >inline
operator bool() const FL_NOEXCEPTfl::expected< T, E >inlineexplicit
operator=(expected &&other) FL_NOEXCEPT=defaultfl::expected< T, E >
operator=(const expected &) FL_NOEXCEPT=deletefl::expected< T, E >private
success(T value) FL_NOEXCEPTfl::expected< T, E >inlinestatic
value() FL_NOEXCEPTfl::expected< T, E >inline
value() const FL_NOEXCEPTfl::expected< T, E >inline
~expected() FL_NOEXCEPT=defaultfl::expected< T, E >