[#bsl-operator_le-05] = xref:bsl.adoc[bsl]::operator<= :relfileprefix: ../ :mrdocs: Return whether the specified queues compare lexicographically; see the non‐member `operator<=` in the `bsl` namespace. == Synopsis Declared in `<bslstl_queue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool 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]#