Lesser-operator on the descriptor base. A network descriptor is represented as an integer value by the underlying Operating System. This operator works at that level and compares Descriptors by their integer values.
Definition at line 86 of file descriptor.h. References Descriptor::getDescriptor(). { if (this->descriptor < descriptor.getDescriptor()) { return true; } return false; }
|