std::ios_base::imbue
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. |
std::locale imbue( const std::locale& loc ); |
||
Consente di impostare le impostazioni locali del flusso associato a quella data. Prima di tornare, ogni funzione, registrato da
register_callback()
viene chiamato con imbue_event
come parametro. 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.
Indice |
[modifica] Parametri
loc | - | nuovo locale di associare il flusso
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. |
[modifica] Valore di ritorno
l'oggetto locale, associato al flusso prima dell'operazione
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.
[modifica] Esempio
This section is incomplete Reason: no example |
[modifica] Vedi anche
restituisce locale corrente 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. (metodo pubblico) |