FastLED 3.9.15
Loading...
Searching...
No Matches

◆ operator bool() [2/2]

template<typename E>
fl::expected< void, E >::operator bool ( ) const
inlineexplicit

Definition at line 162 of file expected.h.

162{ return ok(); }
bool ok() const FL_NOEXCEPT
Definition expected.h:150

References FL_NOEXCEPT, and fl::expected< T, E >::ok().

+ Here is the call graph for this function: