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 140 of file queue.h.

140 {
141 return mContainer;
142 }
Container mContainer
Definition queue.h:26

References mContainer.

Referenced by fl::operator!=(), fl::operator<(), fl::operator<=(), fl::operator==(), fl::operator>(), and fl::operator>=().

+ Here is the caller graph for this function: