[#absl-operator_ge-0ab] = xref:absl.adoc[absl]::operator>= :relfileprefix: ../ :mrdocs: Orders two iterators by position. == Synopsis Declared in `<absl/types/any_span.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator>=( Iter const& a, Iter const& b); ---- == Return Value `true` if `a` does not precede `b`. == Parameters [cols="1,4"] |=== | Name| Description | *a* | The left operand. | *b* | The right operand. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#