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

◆ clear()

template<typename T, typename Allocator = fl::allocator<T>>
void fl::deque< T, Allocator >::clear ( )
inline

Definition at line 292 of file deque.h.

292 {
293 while (!empty()) {
294 pop_back();
295 }
296 }
bool empty() const
Definition deque.h:279
void pop_back()
Definition deque.h:326

Referenced by fl::deque< int >::~deque(), fl::deque< int >::operator=(), and fl::deque< int >::operator=().

+ Here is the caller graph for this function: