public member function

std::locale::operator=

<locale>
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