[re.regex.locale] (original) (raw)

28 Text processing library [text]

28.6 Regular expressions library [re]

28.6.7 Class template basic_regex [re.regex]

28.6.7.5 Locale [re.regex.locale]

locale_type imbue(locale_type loc);

Effects: Returns the result of traits_inst.imbue(loc) wheretraits_inst is a (default-initialized) instance of the template type argument traits stored within the object.

After a call to imbue the basic_regex object does not match any character sequence.

locale_type getloc() const;

Effects: Returns the result of traits_inst.getloc() wheretraits_inst is a (default-initialized) instance of the template parameter traits stored within the object.