static int_type to_int_type( char_type c); | (constexpr since C++11) (noexcept since C++11) | |
Convertsc toint_type
.
SeeCharTraits for the general requirements on character traits forX::to_int_type
.
Contents |
c | - | value to convert |
A value equivalent toc.
Constant.
For every valid value ofchar_type
, there must be a unique value ofint_type
distinct fromeof().