narrow

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

  char narrow(charT c, char dfault) const;
  const charT* narrow(const charT* low, const charT*, char dfault, char* to) const;
  
Remarks

The converted char is returned.