std::basic_streambuf::pubimbue, std::basic_streambuf::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. |
<metanoindex/>
<tbody> </tbody> std::locale pubimbue( const std::locale& loc ); |
(1) | |
protected: virtual std::locale imbue( const std::locale& loc ); |
(2) | |
Modifications des paramètres régionaux associés .
Original:
Changes the associated locale.
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.
1)
Appels
imbue(loc) de la classe la plus dérivéeOriginal:
Calls
imbue(loc) of the most derived classThe 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.
2)
La version classe de base de cette fonction n'a aucun effet. Les classes dérivées peuvent substituer cette fonction afin d'être informés sur les changements de l'environnement local. La classe dérivée peut mettre en cache les paramètres régionaux et membres facettes entre les appels à
imbue() .Original:
The base class version of this function has no effect. The derived classes may override this function in order to be informed about the changes of the locale. The derived class may cache the locale and member facets between calls to
imbue().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.
Paramètres
| loc | - | locale objet à associer
Original: locale object to associate The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Retourne la valeur
Précédent paramètres régionaux associés .
Original:
Previous associated locale.
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.
Exemple
| This section is incomplete Reason: no example |
Voir aussi
obtient une copie de l'environnement local associé Original: obtains a copy of the associated locale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (fonction membre publique) | |