Espaces de noms
Variantes

std::char_traits::to_int_type

De cppreference.com

<metanoindex/>

<tbody> </tbody>
char_type to_int_type( char_type a );
(avant C++11)
constexpr char_type to_int_type( char_type a );
(depuis C++11)
Convertit une valeur de char_type à int_type .
Original:
Converts a value of char_type to int_type.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Paramètres

a -
valeur à convertir
Original:
value to convert
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Retourne la valeur

Une valeur équivalente à a .
Original:
A value equivalent to a.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Exceptions

noexcept specification:  
<tbody> </tbody>
noexcept
   (depuis C++11)

Complexité

Constant .
Original:
Constant.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.