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

Name

Description

other

The container to compare against.

Created with MrDocs