prevector<36, unsigned char>::operator==

Returns whether this container holds the same elements as other.

Synopsis

Declared in <prevector.h>

constexpr
bool
operator==(prevector<36, unsigned char> const& other) const;

Return Value

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

Parameters

NameDescription
otherThe container to compare against.