[#absl-operator_lt-075d] = 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` precedes `b`. == Parameters [cols="1,4"] |=== | Name| Description | *a* | The left operand. | *b* | The right operand. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#