QUuid::operator <

Name

QUuid::operator < -- UUID less-than comparison operator

Synopsis

 public class QUuid {

  bool operator <(const QUuid & other);
}

Description

QUuid::operator < has the same specification as in QtCore 4.2.0, except for differences noted below.

Return Value

Returns true if this QUuid has the same variant field as the other QUuid and is lexicographically before the other QUuid. If the other QUuid has a different variant field, the return value is unspecified.