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

◆ get_container() [1/2]

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

Get access to the underlying container (for advanced use)

Returns
Reference to the underlying container

Definition at line 128 of file queue.h.

128 {
129 return mContainer;
130 }
Container mContainer
Definition queue.h:27

References mContainer.