Defined in header <locale> public:
int compare( const CharT* low1, const CharT* high1,
const CharT* low2, const CharT* high2 ) const; (1) protected:
virtual int do_compare( const CharT* low1, const CharT* high1,
const CharT* low2, const CharT* high2 ) const; (2)
1) Public member function, calls the protected virtual member function do_compare of the most derived class.
2) Compares the character sequence [low1, high1) to the chara