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

◆ operator<=()

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

Less-than-or-equal comparison.

Definition at line 347 of file set.h.

347 {
348 return data <= other.data;
349 }
VectorType data
Definition set.h:362

References VectorSet(), and data.

+ Here is the call graph for this function: