std::basic_regex::getloc
Aus cppreference.com
< cpp | regex | basic regex
![]() | 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. |
locale_type getloc()const; | (seit C++11) | |
Liefert die aktuelle locale mit dem regulären Ausdruck assoziiert .
Original:
Returns the current locale associated with the regular expression.
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.
Effektiv nennt traits_i.getloc() wo
traits_i
ein Standardwert initialisiert Instanz des Typs Traits
, innerhalb des regulären Ausdrucks Objekt gespeichert ist .Original:
Effectively calls traits_i.getloc() 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.
Inhaltsverzeichnis |
[Bearbeiten]Parameter
(None)
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.
[Bearbeiten]Rückgabewert
Die aktuelle locale mit dem regulären Ausdruck assoziiert .
Original:
The current locale associated with the regular expression.
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.
[Bearbeiten]Ausnahmen
(None)
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.
[Bearbeiten]Beispiel
This section is incomplete Reason: no example |
[Bearbeiten]Siehe auch
gesetzte Gebietsschema Informationen Original: set locale information The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (öffentliche Elementfunktion) |