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

◆ swap() [3/7]

template<typename T, typename Container>
void fl::swap ( queue< T, Container > & lhs,
queue< T, Container > & rhs )

Swap two queues.

Template Parameters
TElement type
ContainerContainer type
Parameters
lhsFirst queue
rhsSecond queue

Definition at line 145 of file queue.h.

145 {
146 lhs.swap(rhs);
147}
void swap(queue &other)
Swap the contents with another queue.
Definition queue.h:122

References fl::queue< T, Container >::swap().

+ Here is the call graph for this function: