virtual protected member function
string_type do_transform (const charT* low, const charT* high) const;
Transform character sequence [virtual]
Virtual protected member function in charge of transforming a character sequences into a comparable string as described in public member function transform (see collate::transform for details).
Polymorphic derived classes can redefine the behavior of this function.
See also
|