| Localization library | |||||||||||||||||||||||||
| Regular expressions library(C++11) | |||||||||||||||||||||||||
| Formatting library(C++20) | |||||||||||||||||||||||||
| Null-terminated sequence utilities | |||||||||||||||||||||||||
| Byte strings | |||||||||||||||||||||||||
| Multibyte strings | |||||||||||||||||||||||||
| Wide strings | |||||||||||||||||||||||||
| Primitive numeric conversions | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
| Text encoding identifications | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
| Classes | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
| Algorithms | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
| Iterators | ||||
(C++11) | ||||
(C++11) | ||||
| Exceptions | ||||
(C++11) | ||||
| Traits | ||||
(C++11) | ||||
| Constants | ||||
(C++11) | ||||
(C++11) | ||||
(C++11) | ||||
| Regex Grammar | ||||
(C++11) |
| Member functions | ||||
regex_traits::imbue | ||||
locale_type imbue( locale_type loc); | (since C++11) | |
Replaces the current locale with a copy ofloc. Ifloc is different than the current locale, then all cached data is invalidated.
After the callgetloc()== loc.
Contents |
| loc | - | the locale to imbue |
The current locale of the traits object.
Ifimbue() has been never called for this object, then the global locale at the time of the call is returned. Otherwise, the locale passed to the last call toimbue() is returned.
| This section is incomplete Reason: no example |
| gets the locale (public member function)[edit] |