std::wbuffer_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
wbuffer_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
wbuffer_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
liefert die aktuelle Umstellung Zustand Original: returns 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. (öffentliche Elementfunktion of std::wstring_convert)
| |
ü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) | |