std::ios_base::imbue
Da 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. |
std::locale imbue( const std::locale& loc ); |
||
Define o idioma associado do fluxo para o dado. Antes de retornar, cada função, registrado por
register_callback()
é chamado com imbue_event
como parâmetro. Original:
Sets the associated locale of the stream to the given one. Before returning, each function, registered by
register_callback()
is called with imbue_event
as a parameter. 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.
Índice |
[editar] Parâmetros
loc | - | novo local para associar o fluxo para
Original: new locale to associate the stream to The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[editar] Valor de retorno
o objeto de localidade, associada com o fluxo antes da opera�o
Original:
the locale object, associated with the stream before the operation
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 local atual Original: returns current locale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função pública membro) |