std::ios_base::getloc - cppreference.com (original) (raw)
Returns the current locale associated with the stream.
[edit] Parameters
(none)
[edit] Return value
The locale object associated with the stream.
[edit] Example
The output shown was obtained using the clang compiler.
Possible output:
木曜日 2023年10月05日 19時47分58秒
[edit] Defect reports
The following behavior-changing defect reports were applied retroactively to previously published C++ standards.
| DR | Applied to | Behavior as published | Correct behavior |
|---|---|---|---|
| LWG 47 | C++98 | the return value was misspecified as the return value of imbue() | corrected |