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