[*PRIVATE*]This class provides a namespace for private comparison implementation functions.

Synopsis

Declared in <bslstl_stringref.h>

struct StringRefImp_CompareUtil;

Static Member Functions

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

Created with MrDocs