public member function
<<ios> <iostream>

std::ios_base::getloc

locale getloc() const;
获取当前区域设置
Returns the locale object currently associated with the stream.

参数



返回值

The locale object currently associated with the stream.

数据竞争

访问流对象。
并发访问同一个流对象可能导致数据争用。

异常安全

强保证: 如果抛出异常,流不会发生任何改变。

另见