Namensräume
Varianten

std::char_traits::to_char_type

Aus cppreference.com

<metanoindex/>

 
 
Strings Bibliothek
Null-terminierte Strings
Original:
Null-terminated strings
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Byte-Strings
Multibyte-Strings
Wide Strings
Classes
Original:
Classes
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
basic_string
char_traits
 
 
<tbody> </tbody>
char_type to_char_type( int_type a );
(bis C + +11)
constexpr char_type to_char_type( int_type a );
(seit C++11)
Konvertiert einen Wert von int_type um char_type. Wenn es keine äquivalenten Wert sind, sind die Ergebnisse nicht näher .
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.

Parameter

a -
Wert zu konvertieren
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.

Rückgabewert

Ein Wert entspricht 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.

Ausnahmen

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

Komplexität

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.