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

◆ pop_back()

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

Definition at line 403 of file list.h.

403 {
404 if (!empty()) {
405 erase(iterator(mHead->prev));
406 }
407 }
Node * mHead
Definition list.h:32
iterator erase(iterator pos)
Definition list.h:352
bool empty() const
Definition list.h:315

References empty(), erase(), and mHead.

Referenced by clear(), and resize().

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