Return the three‐way comparison result of the specified lhs and rhs queues by comparing their underlying containers.

Synopsis

Declared in <bslstl_queue.h>

template<
    class VALUE,
    three_way_comparable CONTAINER>
compare_three_way_result_t<CONTAINER>
operator<=>(
    queue<VALUE, CONTAINER> const& lhs,
    queue<VALUE, CONTAINER> const& rhs);

Created with MrDocs