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

◆ size()

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

Definition at line 226 of file map.h.

226 {
227 return data.size();
228 }
VectorType data
Definition map.h:252

Referenced by fl::ScreenMap::ParseJson(), and setup().

+ Here is the caller graph for this function: