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

◆ clear()

template<typename T>
void fl::circular_buffer_core< T >::clear ( )
inline

Definition at line 135 of file circular_buffer.h.

135 {
136 while (!empty()) {
137 pop_front();
138 }
139 }
bool pop_front(T *dst=nullptr)

References empty(), and pop_front().

+ Here is the call graph for this function: