basic_streambuf::pubimbue

设置basic_streambuf对象的区域设置。

locale pubimbue(
   const locale& _Loc
);

参数

  • _Loc
    引用到区域设置。

返回值

在区域设置对象存储以前的值。

备注

成员函数在区域设置对象存储_Loc并调用 灌输

示例

使用 pubimbue的示例参见 basic_ios::imbue

要求

标头: <streambuf>

命名空间: std

请参见

参考

basic_streambuf Class

iostream编程

(mfc)约定