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

◆ empty()

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

Definition at line 21 of file optional.h.

21{ return !mValue.template is<T>(); }
fl::Variant< T, Empty > mValue
Definition optional.h:82

References mValue.

Referenced by operator!(), operator()(), operator==(), operator==(), operator==(), and fl::HashMap< Key, T, Hash, KeyEqual >::rehash_inline_no_resize().

+ Here is the caller graph for this function: