std::basic_streambuf<CharT,Traits>::getloc
提供: cppreference.com
<tbody>
</tbody>
std::locale getloc() const; |
||
紐付けられているロケールを返します。
紐付けられているロケールは、 pubimbue() の最後の呼び出しに供給された値、またはその関数が呼ばれていなければ、 streambuf 構築時のグローバルなロケール (std::locale) の値です。
引数
(なし)
戻り値
紐付けられたロケール。
例
| This section is incomplete Reason: no example |
関連項目
imbue() を呼びます (パブリックメンバ関数) |