std::basic_streambuf::getloc
De cppreference.com
< cpp | io | basic streambuf
![]() |
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 getloc() const; |
||
Renvoie le paramètre régional associé .
Original:
Returns 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.
L'environnement local associé est la valeur fournie à
pubimbue()
sur le dernier appel, ou, si cette fonction n'a pas été appelée, la valeur de la locale globale (std::locale()
) au moment de la construction de la streambuf .Original:
The associated locale is the value supplied to
pubimbue()
on the last call, or, if that function has not been called, the value of the global locale (std::locale()
) at the time of the construction of the streambuf.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.
Sommaire |
[modifier] Paramètres
(Aucun)
Original:
(none)
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.
[modifier] Retourne la valeur
Les paramètres régionaux associés .
Original:
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.
[modifier] Exemple
This section is incomplete Reason: no example |
[modifier] Voir aussi
Invoque imbue() Original: invokes imbue() 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) |