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

◆ size()

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

Definition at line 116 of file set.h.

116 {
117 return data.size();
118 }
VectorType data
Definition set.h:150

References data.