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

◆ queue() [3/5]

template<typename T, typename Container = fl::deque<T>>
fl::queue< T, Container >::queue ( Container && container)
inlineexplicit

Construct queue by moving the given container.

Parameters
containerContainer to move

Definition at line 39 of file queue.h.

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

References mContainer, and fl::move().

+ Here is the call graph for this function: