API Reference > OdDAI Namespace > Classes > Select Class > Select Operators > Select::< Operator
Select::< Operator
Syntax
C++
bool operator <(const Select& other) const;
Parameters 
Description 
const Select& other 
[in] other value (right-hand operand of the less operator).  

Returns true if other greater than this, or false in other case.

The less operator for the "Select" value.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.