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

◆ operator bool() [1/2]

fl::Optional< T >::operator bool ( ) const
inlineexplicit

Definition at line 81 of file optional.h.

81{ return !empty(); }
bool empty() const FL_NOEXCEPT
Definition optional.h:170