prevector::const_iterator::operator<=>

Orders two iterators by the addresses they refer to.

Synopsis

Declared in <prevector.h>

auto
operator<=>(const_iterator x) const;

Return Value

The ordering of the two iterators' addresses.

Parameters

NameDescription
xThe iterator to compare against.