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

◆ splice() [1/3]

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

Definition at line 558 of file list.h.

558 {
559 if (other.empty()) {
560 return;
561 }
563 }
iterator end()
Definition list.h:281
bool empty() const
Definition list.h:315
iterator begin()
Definition list.h:273
void splice(iterator pos, list &other)
Definition list.h:558
A doubly-linked list container.
Definition list.h:21

References list(), begin(), empty(), end(), pos, and splice().

Referenced by splice(), and splice().

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