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

◆ empty()

template<typename T>
bool fl::CircularBuffer< T >::empty ( ) const
inline

Definition at line 94 of file circular_buffer.h.

94 {
95 return mHead == mTail;
96 }

References mHead, and mTail.

Referenced by pop_back(), and pop_front().

+ Here is the caller graph for this function: