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

◆ get_container() [2/2]

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

Get access to the underlying container (const version)

Returns
Const reference to the underlying container

Definition at line 134 of file queue.h.

134 {
135 return mContainer;
136 }
Container mContainer
Definition queue.h:27

References mContainer.