std::wstring_convert::state
Da cppreference.com.
|
|
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
<metanoindex/>
<tbody> </tbody>| Elemento definito nell'header <locale>
|
||
state_type state() const; |
||
Restituisce il valore corrente dello stato di conversione, che è memorizzato in questo oggetto
wstring_convert. Lo stato di conversione può essere impostato in modo esplicito nel costruttore e viene aggiornato da tutte le operazioni di conversione.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.
Valore di ritorno
Lo stato attuale di conversione.
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.
Esempio
| This section is incomplete Reason: no example |
Vedi anche
converte una stringa larga in una stringa di byte 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. (metodo pubblico) | |
converte una stringa di byte in una stringa di larghezza 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. (metodo pubblico) | |
Verifica se l'oggetto mbstate_t rappresenta lo stato iniziale del cambio 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. (funzione) | |