Comparison between two deques, implementing lexicographic ordering on the contents.

Synopsis

Declared in <util/vecdeque.h>

std::strong_ordering
operator<=>(
    VecDeque const& a,
    VecDeque const& b);

Return Value

The ordering of a relative to b, comparing elements in order then size.

Parameters

Name

Description

a

The first deque to compare.

b

The second deque to compare.

Created with MrDocs