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

◆ push_front() [2/2]

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

Definition at line 383 of file list.h.

383 {
385 }
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(), fl::fl::move(), and fl::type_rank< T >::value.

+ Here is the call graph for this function: