prevector::iterator::operator<=>

Orders two iterators by the addresses they refer to.

Synopsis

Declared in <prevector.h>

auto
operator<=>(iterator x) const;

Return Value

The ordering of the two iterators' addresses.

Parameters

NameDescription
xThe iterator to compare against.