[#bsl-operator_3way-036] = xref:bsl.adoc[bsl]::operator<=> :relfileprefix: ../ :mrdocs: Return the three‐way comparison of the specified queues; see the non‐member `operator<=>` in the `bsl` namespace. == Synopsis Declared in `<bslstl_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- compare_three_way_result_t<CONTAINER2> operator<=>( xref:bsl/queue-0a5.adoc[queue<VALUE2, CONTAINER2>] const&, xref:bsl/queue-0a5.adoc[queue<VALUE2, CONTAINER2>] const&); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#