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

◆ operator>()

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

Greater-than comparison.

Definition at line 352 of file set.h.

352 {
353 return data > other.data;
354 }
VectorType data
Definition set.h:362

References VectorSet(), and data.

+ Here is the call graph for this function: