std::wstring_convert::state
Aus cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
<metanoindex/>
<tbody> </tbody>| definiert in Header <locale>
|
||
state_type state() const; |
||
Gibt den aktuellen Wert der Umwandlung Zustand, der in diesem
wstring_convert Objekt gespeichert wird. Die Umwandlung Staat kann explizit im Konstruktor gesetzt werden und wird von allen Umrechnungen aktualisiert .Original:
Returns the current value of the conversion state, which is stored in this
wstring_convert object. The conversion state may be explicitly set in the constructor and is updated by all conversion operations.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Rückgabewert
Die aktuelle Konvertierungsstatus .
Original:
The current conversion state.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Beispiel
| This section is incomplete Reason: no example |
Siehe auch
wandelt eine breite Folge in ein Byte String Original: converts a wide string into a byte string The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (öffentliche Elementfunktion) | |
wandelt ein Byte-String in einem breiten String Original: converts a byte string into a wide string The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (öffentliche Elementfunktion) | |
überprüft, ob die mbstate_t Objekt stellt ersten Schaltzustand Original: checks if the mbstate_t object represents initial shift state The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Funktion) | |