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
Name |
Description |
other |
The container to compare against. |
Created with MrDocs