[PRIVATE]This class provides a namespace for private comparison implementation functions.
Declared in <bslstl_stringref.h>
struct StringRefImp_CompareUtil;
| Name | Description |
|---|---|
compare | Compare the specified string object a with the specified null-terminated C-string b using a lexicographical comparison and return a negative value if a is less than b, a positive value if a is greater than b, and 0 if a is equal to b. |
compareEqual | compareEqual overloads |