bool operator== (const locale& x) const;
true
if both locales are the same object, or if one is a copy of the other, or if each has a name and the names are identical.false
in any other case.true
if both locales are the same object, or one is a copy of the other, or each has a name and the names are identical.false
otherwise.
|
|
cout is using the C locale. |
*this
are accessed.