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 230 of file map.h.

230 {
231 return data.empty();
232 }
VectorType data
Definition map.h:252

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: