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

◆ operator==() [6/14]

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

Non-member equality comparison for queues.

Definition at line 205 of file queue.h.

205 {
206 return lhs.get_container() == rhs.get_container();
207}
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: