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

◆ operator<() [6/8]

template<typename T, typename Container>
bool fl::operator< ( const queue< T, Container > & lhs,
const queue< T, Container > & rhs )

Non-member less-than comparison for queues.

Definition at line 217 of file queue.h.

217 {
218 return lhs.get_container() < rhs.get_container();
219}
Container & get_container()
Get access to the underlying container (for advanced use)
Definition queue.h:140

References fl::queue< T, Container >::get_container().

+ Here is the call graph for this function: