std::ios_base::imbue
提供:cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
| std::locale imbue( const std::locale& loc ); |
||
与えられたものに、ストリームの関連するロケールを設定します。返す前に、
register_callback()によって登録された各機能は、パラメータとしてimbue_eventと呼ばれ. Original:
Sets the associated locale of the stream to the given one. Before returning, each function, registered by
register_callback() is called with imbue_event as a parameter. The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
目次 |
[編集] パラメータ
| loc | - | にストリームを関連付ける新しいロケール
Original: new locale to associate the stream to The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[編集] 値を返します
操作の前に、ストリームに関連付けられているロケールオブジェクト
Original:
the locale object, associated with the stream before the operation
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[編集] 例
| This section is incomplete Reason: no example |
[編集] も参照してください
| 現在のロケールを返します Original: returns current locale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (パブリックメンバ関数) | |