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

◆ empty()

template<typename Key, typename Value, size_t N>
bool fl::FixedMap< Key, Value, N >::empty ( ) const
inlineconstexpr

Definition at line 215 of file map.h.

215{ return data.empty(); }
VectorType data
Definition map.h:228

Referenced by fl::FixedMap< int, FxPtr, FASTLED_FX_ENGINE_MAX_FX >::next(), and fl::FixedMap< int, FxPtr, FASTLED_FX_ENGINE_MAX_FX >::prev().

+ Here is the caller graph for this function: