widen

Converts a char or range of char type to the charT type.

  charT widen(char c) const;
  const char* widen (const char* low, const char* high, charT* to) const;
  
Remarks

The converted charT is returned.