Represents less comparator for const const_control_ref.
Operators | |
| bool | operator() (const const_control_ref &value1, const const_control_ref &value2) const |
| Compare two specified const_control_ref. | |
|
inline |
Compare two specified const_control_ref.
| value1 | The first value to compare. |
| value2 | The second value to compare. |
true if value1 < value2; otherwise false.