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

◆ operator<()

template<typename Key, size N>
bool fl::VectorSetFixed< Key, N >::operator< ( const VectorSetFixed< Key, N > & other) const
inline

Lexicographic comparison.

Definition at line 181 of file set.h.

181 {
182 return data < other.data;
183 }
VectorType data
Definition set.h:201

References VectorSetFixed(), and data.

+ Here is the call graph for this function: