char_traits::to_char_type
char_traits::to_char_type
static E to_char_type(const int_type& ch);
The static member function returns ch
, represented as type E
. A value of ch
that cannot be so represented yields an unspecified result.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
char_traits::to_char_type
static E to_char_type(const int_type& ch);
The static member function returns ch
, represented as type E
. A value of ch
that cannot be so represented yields an unspecified result.