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 109 of file set.h.

109{ return data.size(); }
VectorType data
Definition set.h:128

References data.