名前空間
変種
操作

「cpp/io/basic filebuf/imbue」の版間の差分

提供: cppreference.com
< cpp‎ | io‎ | basic filebuf
(Use {{lc}}. Update links. Various fixes.)
(Fix some translations)
17行: 17行:
  
 
===値を返します===
 
===値を返します===
{{tr|(なし)|(none)}}
+
()
  
 
===例===
 
===例===
26行: 26行:
 
}}
 
}}
  
===も参照してください===
+
======
 
{{dsc begin}}
 
{{dsc begin}}
 
{{dsc inc | cpp/io/basic_streambuf/dsc imbue}}
 
{{dsc inc | cpp/io/basic_streambuf/dsc imbue}}

2015年11月30日 (月) 06:13時点における版

 
 
入出力ライブラリ
入出力マニピュレータ
Cスタイルの入出力
バッファ
(C++98で非推奨)
ストリーム
抽象
ファイル入出力
文字列入出力
配列入出力
(C++98で非推奨)
(C++98で非推奨)
(C++98で非推奨)
同期化出力
エラーカテゴリインタフェース
(C++11)
 
 
protected:
virtual void imbue( const std::locale& loc )
すべての文字が挿入されたり、この呼び出しの後に抽出した(とimbue()への別のコールをするまで)std::codecvtlocファセットを使用して変換されるように関連付けられているロケールを変更.
Original:
Changes the associated locale so that all characters inserted or extracted after this call (and until another call to imbue()) are converted using the std::codecvt facet of loc.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
古いロケールのエンコーディングが状態に依存すると、ファイルが先頭に配置されていない場合は、新しいロケールは以前に吹き込まれたものと同じstd::codecvtファセットを持っている必要があります.
Original:
If the old locale's encoding is state-dependent and file is not positioned at the beginning, then the new locale must have the same std::codecvt facet as the one previously imbued.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

目次

パラメータ

loc -
でストリームを鼓吹するためのロケールです
Original:
the locale to imbue the stream with
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

値を返します

(なし)

参照

[仮想]
紐付けられているロケールを変更します
(std::basic_streambuf<CharT,Traits>の仮想プロテクテッドメンバ関数) [edit]
ロケールを設定します
(std::basic_ios<CharT,Traits>のパブリックメンバ関数) [edit]