「cpp/io/basic filebuf/imbue」の版間の差分
提供: cppreference.com
< cpp | io | basic filebuf
細 (Fix some translations) |
|||
1行: | 1行: | ||
− | |||
{{cpp/io/basic_filebuf/title | imbue }} | {{cpp/io/basic_filebuf/title | imbue }} | ||
{{cpp/io/basic_filebuf/navbar}} | {{cpp/io/basic_filebuf/navbar}} | ||
7行: | 6行: | ||
}} | }} | ||
− | + | {{tt|}} の {{lc|std::codecvt}} | |
− | + | {{lc|std::codecvt}} | |
− | === | + | ====== |
{{par begin}} | {{par begin}} | ||
− | {{par | loc | | + | {{par | loc | }} |
{{par end}} | {{par end}} | ||
− | === | + | ====== |
(なし) | (なし) | ||
26行: | 25行: | ||
}} | }} | ||
− | === | + | ====== |
{{dsc begin}} | {{dsc begin}} | ||
{{dsc inc | cpp/io/basic_streambuf/dsc imbue}} | {{dsc inc | cpp/io/basic_streambuf/dsc imbue}} |
2018年6月9日 (土) 05:44時点における最新版
protected: virtual void imbue( const std::locale& loc ) |
||
この呼び出しの後に挿入または抽出されるすべての文字が loc
の std::codecvt ファセットを使用して変更されるように、紐付けられているロケールを変更します。
古いロケールのエンコーディングが状態依存であり、ファイルが先頭に位置していない場合、新しいロケールは以前設定されていたロケールと同じ std::codecvt ファセットを持たなければなりません。
目次 |
[編集] 引数
loc | - | ストリームに設定するロケール |
[編集] 戻り値
(なし)
[編集] 例
This section is incomplete Reason: no example |
[編集] 関連項目
[仮想] |
紐付けられているロケールを変更します ( std::basic_streambuf<CharT,Traits> の仮想プロテクテッドメンバ関数)
|
ロケールを設定します ( std::basic_ios<CharT,Traits> のパブリックメンバ関数)
|