operator<
Function Details
bool operator<(const self &v2) const
Container less than comparison operator.
This function supports auto-commit.
Parameters
v2
The container to compare against.
Return Value
Compare two vectors, return true if this is less than v2, otherwise return false.
Group: Compare functions.
http://www.sgi.com/tech/stl/Vector.html