std::regex_traits<CharT>::imbue
Min standard notice:
Replaces the current locale with a copy of loc. If loc is different than the current locale, then all cached data is invalidated.
# Declarations
locale_type imbue( locale_type loc );
(since C++11)
# Parameters
loc: the locale to imbue
# Return value
The current locale of the traits object.
# Example
This section is incompleteReason: no example