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

◆ empty()

template<typename... Types>
bool fl::Variant< Types >::empty ( ) const
inlinenoexcept

Definition at line 104 of file variant.h.

104{ return _tag == Empty; }
static constexpr Tag Empty
Definition variant.h:14

Referenced by fl::Variant< fl::span< CRGB >, fl::vector< CRGB, fl::allocator_psram< CRGB > > >::Variant(), fl::Variant< fl::span< CRGB >, fl::vector< CRGB, fl::allocator_psram< CRGB > > >::operator=(), fl::Optional< T >::operator==(), and fl::Variant< fl::span< CRGB >, fl::vector< CRGB, fl::allocator_psram< CRGB > > >::reset().

+ Here is the caller graph for this function: