Relational Operator Overloading
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
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
Parent topic: Class AscendString