static char_type to_char_type( int_type c); | (constexpr since C++11) (noexcept since C++11) | |
Convertsc tochar_type. If there is no equivalentchar_type value (such as whenc is a copy of theeof() value), the result is unspecified.
SeeCharTraits for the general requirements on character traits forX::to_char_type.
| c | - | value to convert |
A value equivalent toc.
Constant.