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 comparison.

Definition at line 191 of file set.h.

191 {
192 return data > other.data;
193 }
VectorType data
Definition set.h:201

References VectorSetFixed(), and data.

+ Here is the call graph for this function: