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 122 of file queue.h.

122 {
124 }
Container mContainer
Definition queue.h:27
A first-in, first-out (FIFO) queue container adapter.
Definition queue.h:18

References queue(), and mContainer.

Referenced by fl::swap().

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