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

◆ operator>()

template<typename T, fl::size N = 0>
bool fl::circular_buffer< T, N >::operator> ( const circular_buffer< T, N > & other) const
inline

Greater-than comparison.

Definition at line 311 of file circular_buffer.h.

311 {
312 return other < *this;
313 }

References circular_buffer().

+ Here is the call graph for this function: