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

◆ full()

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

Definition at line 86 of file circular_buffer.h.

86{ return increment(mHead) == mTail; }
fl::size increment(fl::size index) const

References increment(), mHead, and mTail.

Referenced by push_back(), and push_front().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: