名前空間
変種
操作

std::basic_filebuf<CharT,Traits>::imbue

提供: cppreference.com
< cpp‎ | io‎ | basic filebuf
2012年11月2日 (金) 22:43時点におけるP12bot (トーク | 投稿記録)による版

 
 
入出力ライブラリ
入出力マニピュレータ
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.

値を返します

(なし)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

も参照してください

テンプレート:cpp/io/basic streambuf/dcl list imbueテンプレート:cpp/io/basic ios/dcl list imbue