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

◆ clear()

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

Definition at line 332 of file list.h.

332 {
333 while (!empty()) {
334 pop_back();
335 }
336 }
bool empty() const
Definition list.h:315
void pop_back()
Definition list.h:403

References empty(), and pop_back().

Referenced by ~list(), operator=(), and operator=().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: