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

◆ push_front() [1/2]

template<typename T>
void fl::list< T >::push_front ( const T & value)
inline

Definition at line 379 of file list.h.

379 {
380 insert(begin(), value);
381 }
iterator insert(iterator pos, const T &value)
Definition list.h:338
iterator begin()
Definition list.h:273
A doubly-linked list container.
Definition list.h:21

References begin(), insert(), and fl::type_rank< T >::value.

+ Here is the call graph for this function: