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

Less-than-or-equal comparison.

Definition at line 186 of file set.h.

186 {
187 return data <= other.data;
188 }
VectorType data
Definition set.h:201

References VectorSetFixed(), and data.

+ Here is the call graph for this function: