bsl::operator<=>

Return the three-way comparison of the specified queues; see the non-member operator<=> in the bsl namespace.

Synopsis

Declared in <bslstl_queue.h>

compare_three_way_result_t<CONTAINER2>
operator<=>(
    queue<VALUE2, CONTAINER2> const&,
    queue<VALUE2, CONTAINER2> const&);