Return the result of comparing the block pointers of the specified lhs and rhs iterators.
Declared in <bslalg_dequeiterator.h>
auto
operator<=>(
DequeIterator const& lhs,
DequeIterator const& rhs);
the three-way comparison result of the two iterators
| Name | Description |
|---|---|
| lhs | first iterator to compare |
| rhs | second iterator to compare |