std::ios_base::imbue
De 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 ); |
||
Establece la configuración regional asociado de la corriente a la dada. Antes de regresar, cada función, registrado por
register_callback() se llama con 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.
Contenido |
[editar] Parámetros
| loc | - | nuevo local para asociar el flujo de hacerlo
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
el objeto entorno local, asociado con la corriente antes de la operación
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] Ejemplo
| This section is incomplete Reason: no example |
[editar] Ver también
| devuelve localización actual 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. (miembro público función) | |