prevector::operator==

Returns whether this container holds the same elements as other.

Synopsis

Declared in <prevector.h>

constexpr
bool
operator==(prevector const& other) const;

Return Value

true if both containers hold the same elements in the same order.

Parameters

NameDescription
otherThe container to compare against.