char narrow(E ch, char dflt);
The member function returns use_facet< ctype<E> >( getloc()). narrow(ch, dflt).
use_facet
<
ctype
<E> >(
getloc
()).
narrow
(ch, dflt)