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

◆ front() [1/2]

template<typename T, typename Container = fl::deque<T>>
reference fl::queue< T, Container >::front ( )
inline

Access the first element (front of queue)

Returns
Reference to the front element
Note
Undefined behavior if queue is empty

Definition at line 64 of file queue.h.

64 {
65 return mContainer.front();
66 }
Container mContainer
Definition queue.h:26

References front(), and mContainer.

Referenced by front().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: