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

Definition at line 316 of file circular_buffer.h.

316 {
317 return other <= *this;
318 }

References circular_buffer().

+ Here is the call graph for this function: