名前空間
変種

std::basic_streambuf<CharT,Traits>::getloc

提供: cppreference.com
 
 
入出力ライブラリ
入出力マニピュレータ
Cスタイルの入出力
バッファ
(C++98で非推奨)
ストリーム
抽象
ファイル入出力
文字列入出力
配列入出力
(C++98で非推奨)
(C++98で非推奨)
(C++98で非推奨)
同期化出力
エラーカテゴリインタフェース
(C++11)
 
 
<tbody> </tbody>
std::locale getloc() const;

紐付けられているロケールを返します。

紐付けられているロケールは、 pubimbue() の最後の呼び出しに供給された値、またはその関数が呼ばれていなければ、 streambuf 構築時のグローバルなロケール (std::locale) の値です。

引数

(なし)

戻り値

紐付けられたロケール。

関連項目

imbue() を呼びます
(パブリックメンバ関数) [edit]
Morty Proxy This is a proxified and sanitized view of the page, visit original site.