prevector<36, unsigned char>::operator<

Orders two containers lexicographically by their elements.

Synopsis

Declared in <prevector.h>

bool
operator<(prevector<36U, unsigned char, unsigned int, int> const& other) const;

Return Value

true if this container is ordered before other.

Parameters

NameDescription
otherThe container to compare against.