Espaces de noms
Variantes

std::char_traits::to_char_type

De cppreference.com

<metanoindex/>

<tbody> </tbody>
char_type to_char_type( int_type a );
(avant C++11)
constexpr char_type to_char_type( int_type a );
(depuis C++11)
Convertit une valeur de int_type à char_type. S'il n'y a pas de valeur équivalente, les résultats ne sont pas précisés .
Original:
Converts a value of int_type to char_type. If there are no equivalent value, the results are unspecified.
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.