std::basic_regex::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> locale_type imbue( locale_type loc ); |
(depuis C++11) | |
Remplace la localisation en cours avec
loc. L'expression régulière ne correspond à aucune séquence de caractères après l'appel .Original:
Replaces the current locale with
loc. The regular expression does not match any character sequence after the call.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.
Appelle effectivement
traits_i.imbue(loc) où traits_i est une instance par défaut initialisé de la Traits Type stockés dans l'objet expression régulière .Original:
Effectively calls
traits_i.imbue(loc) where traits_i is a default initialized instance of the type Traits stored within the regular expression object.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 | - | nouveau lieu d'utiliser
Original: new locale to use 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
Les paramètres régionaux avant l'appel à cette fonction. Retourne effectivement le résultat de
traits_i.imbue(loc) expression .Original:
The locale before the call to this function. Effectively returns the result of expression
traits_i.imbue(loc).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.
Exceptions
(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.
Exemple
| This section is incomplete Reason: no example |
Voir aussi
obtenir de l'information locale Original: get locale information 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) | |