FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ empty()

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

Definition at line 82 of file circular_buffer.h.

82{ return mHead == mTail; }

References mHead, and mTail.

Referenced by pop_back(), and pop_front().

+ Here is the caller graph for this function: