bool operator <(
num other
)

Relational less than operator.

Source

/** Relational less than operator. */
bool operator <(num other);