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

◆ swap()

template<typename T, typename Container = fl::deque<T>>
void fl::queue< T, Container >::swap ( queue< T, Container > & other)
inline

Swap the contents with another queue.

Parameters
otherQueue to swap with

Definition at line 129 of file queue.h.

129 {
131 }
Container mContainer
Definition queue.h:26
A first-in, first-out (FIFO) queue container adapter.
Definition queue.h:17

References queue(), and mContainer.

Referenced by fl::swap().

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