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

◆ capacity()

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

Definition at line 235 of file map.h.

235 {
236 return N;
237 }