Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
Enum::< Operator
Syntax
C++
bool operator <(const Enum& other) const;

The "less than" operator for enumeration values.

Parameters
Description
other
[in] Another Enum value to compare with (right-hand operand of the comparison operation).

true if the Enum object is less than another Enum object (right-hand operand of the comparison operation); otherwise, the operator returns false.

Copyright © 2002-2022. Open Design Alliance All rights reserved.