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

◆ full()

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

Definition at line 84 of file circular_buffer.h.

84{ return increment(mHead) == mTail; }
size_t increment(size_t 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: