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

◆ empty()

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

Definition at line 29 of file optional.h.

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

References mValue.

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

+ Here is the caller graph for this function: