It is used to copy locale and assigns x to the locale object, replacing its current value.
DeclarationFollowing is the declaration for std::locale::operator=
C++98const locale& operator= (const locale& x) throw();C++11
const locale& operator= (const locale& x) noexcept;Parameters
x − locale object to copy.
Return ValueIt returns *this.
ExceptionsNo-throw guarantee − this member function never throws exceptions.
Data racesThe locale object is modified.
locale.htm
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4