public member function
<locale>

std::locale::operator=

const locale& operator= (const locale& other) throw();
Copy locale
Creates a copy of the locale, replacing the current value.

Parameters

other
Locale to copy

Return value

*this

See also

locale::locale