|
FastLED 3.9.15
|
| void fl::swap | ( | queue< T, Container > & | lhs, |
| queue< T, Container > & | rhs ) |
Swap two queues.
| T | Element type |
| Container | Container type |
| lhs | First queue |
| rhs | Second queue |
Definition at line 145 of file queue.h.
References fl::queue< T, Container >::swap().
Here is the call graph for this function: