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

◆ splice() [3/3]

template<typename T>
void fl::list< T >::splice ( iterator pos,
list< T > & other,
iterator it )
inline

Definition at line 565 of file list.h.

565 {
566 iterator next = it;
567 ++next;
568 splice(pos, other, it, next);
569 }
void splice(iterator pos, list &other)
Definition list.h:558
A doubly-linked list container.
Definition list.h:21

References list(), pos, and splice().

+ Here is the call graph for this function: