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 greater operation).  

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

The greater operator for the "Select" value.

The operator makes a deep copy of underlying data of the right-hand operand and assigns it to this "Select" value.

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