std::regex_traits<CharT>::imbue

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

# Return value

The current locale of the traits object.

# Example

This section is incompleteReason: no example

# See also