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. |
[编辑] 返回值
Locale对象,与操作流之前
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.
[编辑] 为例
| 本节是不完整的 原因: 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. (公共成员函数) | |