Relational Operator Overloading

Applicability

Product

Supported

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

x

Atlas inference products

x

Atlas training products

x

Function Description

Compares AscendString objects (sort key values by data structure of map). See the following examples.

Prototype

1
2
3
4
5
6
bool operator<(const AscendString &d) const
bool operator>(const AscendString &d) const
bool operator<=(const AscendString &d) const
bool operator>=(const AscendString &d) const
bool operator==(const AscendString &d) const
bool operator!=(const AscendString &d) const

Command-Line Options

None

Returns

None

Troubleshooting

None

Constraints

None