[#prevector-0c-const_iterator-operator_3way] = xref:prevector-0c.adoc[prevector]::xref:prevector-0c/const_iterator.adoc[const_iterator]::operator<=> :relfileprefix: ../../ :mrdocs: Orders two iterators by the addresses they refer to. == Synopsis Declared in `<prevector.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- auto operator<=>(xref:prevector-0c/const_iterator.adoc[const_iterator] x) const; ---- == Return Value The ordering of the two iterators' addresses. == Parameters [cols="1,4"] |=== | Name| Description | *x* | The iterator to compare against. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#