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

◆ full()

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

Definition at line 98 of file circular_buffer.h.

98 {
99 return increment(mHead) == mTail;
100 }
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: