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

◆ pop_front()

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

Definition at line 409 of file list.h.

409 {
410 if (!empty()) {
411 erase(begin());
412 }
413 }
iterator erase(iterator pos)
Definition list.h:352
bool empty() const
Definition list.h:315
iterator begin()
Definition list.h:273

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

+ Here is the call graph for this function: