std::wbuffer_convert::state
Da cppreference.com
< cpp | locale | wbuffer convert
![]() |
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. |
Definido no cabeçalho <locale>
|
||
state_type state() const; |
||
Retorna o valor atual do estado de conversão, que é armazenado no objeto
wbuffer_convert
. O estado de conversão pode ser definida explicitamente no construtor e é atualizado por todas as operações de conversão.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.
[editar] Valor de retorno
O estado de conversão atual.
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.
[editar] Exemplo
Esta seção está incompleta Motivo: sem exemplo |
[editar] Veja também
retorna o estado de conversão atual 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. (of std::wstring_convert função pública membro)
| |
Verifica se o objeto mbstate_t representa o estado deslocamento inicial 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. (função) |