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

◆ operator bool() [1/2]

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

Explicit conversion to bool for contextual evaluation.

Definition at line 105 of file expected.h.

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