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

◆ empty() [1/2]

bool fl::Optional< T >::empty ( ) const
inline

Definition at line 41 of file optional.h.

41{ return !mValue.template is<T>(); }
fl::variant< T, Empty > mValue
Definition optional.h:147