basic_streambuf::imbue

pubimbue调用受保护的虚函数。

virtual void imbue(
   const locale &_Loc
);

参数

  • _Loc
    引用到区域设置。

备注

默认行为没有是执行。

要求

标头: <streambuf>

命名空间: std

请参见

参考

basic_streambuf Class

iostream编程

(mfc)约定