std::ios_base::imbue
来自cppreference.com
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
std::locale imbue( const std::locale& loc ); |
||
设置的给定的一个的流相关联的区域设置。在回国之前,每个函数,注册
register_callback()
作为参数调用imbue_event
. 原文:
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. 目录 |
[编辑] 参数
loc | - | 新的语言环境相关联的流
原文: new locale to associate the stream to |
[编辑] 返回值
Locale对象,与操作流之前
原文:
the locale object, associated with the stream before the operation
[编辑] 示例
本章尚未完成 原因:暂无示例 |
[编辑] 另请参阅
返回当前的区域设置 (公共成员函数) |