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

Greater-than-or-equal comparison.

Definition at line 196 of file set.h.

196 {
197 return data >= other.data;
198 }
VectorType data
Definition set.h:201

References VectorSetFixed(), and data.

+ Here is the call graph for this function: