Orders two containers lexicographically by their elements.
Synopsis
Declared in <prevector.h>
bool
operator<(prevector<N, T, Size, Diff> const& other) const;
Return Value
true if this container is ordered before other.
Parameters
Name |
Description |
other |
The container to compare against. |
Created with MrDocs