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

◆ empty()

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

Definition at line 120 of file set.h.

120 {
121 return data.empty();
122 }
VectorType data
Definition set.h:150

References data.

Referenced by next(), and prev().

+ Here is the caller graph for this function: