Comparison between two deques, implementing lexicographic ordering on the contents.
Declared in <util/vecdeque.h>
std::strong_ordering
operator<=>(
VecDeque const& a,
VecDeque const& b);
The ordering of a relative to b, comparing elements in order then size.
| Name | Description |
|---|---|
| a | The first deque to compare. |
| b | The second deque to compare. |