[#bsl-operator_ge-0c] = 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& lhs, xref:bsl/queue-0a5.adoc[queue<VALUE2, CONTAINER2>] const& rhs); ---- == Return Value `true` if `lhs` is lexicographically greater than or equal to `rhs`, otherwise `false` == Parameters [cols="1,4"] |=== | Name| Description | *lhs* | left‐hand queue operand | *rhs* | right‐hand queue operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#