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

◆ operator<()

template<typename Key>
bool fl::VectorSet< Key >::operator< ( const VectorSet< Key > & other) const
inline

Lexicographic comparison.

Definition at line 342 of file set.h.

342 {
343 return data < other.data;
344 }
VectorType data
Definition set.h:362

References VectorSet(), and data.

+ Here is the call graph for this function: