|
FastLED 3.9.15
|
This is the complete list of members for fl::expected< T, E >, including all inherited members.
| error() const FL_NOEXCEPT | fl::expected< T, E > | inline |
| expected() FL_NOEXCEPT | fl::expected< T, E > | inline |
| expected(expected &&other) FL_NOEXCEPT=default | fl::expected< T, E > | |
| expected(const expected &) FL_NOEXCEPT=delete | fl::expected< T, E > | private |
| failure(E err, const char *msg=nullptr) FL_NOEXCEPT | fl::expected< T, E > | inlinestatic |
| has_value() const FL_NOEXCEPT | fl::expected< T, E > | inline |
| mData | fl::expected< T, E > | private |
| message() const FL_NOEXCEPT | fl::expected< T, E > | inline |
| ok() const FL_NOEXCEPT | fl::expected< T, E > | inline |
| operator bool() const FL_NOEXCEPT | fl::expected< T, E > | inlineexplicit |
| operator=(expected &&other) FL_NOEXCEPT=default | fl::expected< T, E > | |
| operator=(const expected &) FL_NOEXCEPT=delete | fl::expected< T, E > | private |
| success(T value) FL_NOEXCEPT | fl::expected< T, E > | inlinestatic |
| value() FL_NOEXCEPT | fl::expected< T, E > | inline |
| value() const FL_NOEXCEPT | fl::expected< T, E > | inline |
| ~expected() FL_NOEXCEPT=default | fl::expected< T, E > |