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-or-equal comparison for queues.

Definition at line 223 of file queue.h.

223 {
224 return lhs.get_container() <= rhs.get_container();
225}
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: