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

Name

Description

x

The iterator to compare against.

Created with MrDocs