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

Inequality comparison.

Definition at line 291 of file circular_buffer.h.

291 {
292 return !(*this == other);
293 }

References circular_buffer().

+ Here is the call graph for this function: