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

Less-than-or-equal comparison.

Definition at line 306 of file circular_buffer.h.

306 {
307 return *this < other || *this == other;
308 }

References circular_buffer().

+ Here is the call graph for this function: