受保护的虚成员函数
<locale>

std::codecvt::do_out

result do_out (state_type& state,   const intern_type* from, const intern_type* from_end, const intern_type*& from_next,        extern_type* to, extern_type* to_limit, extern_type*& to_next) const;
转换输出字符 [虚]
codecvt::out 调用,用于转换序列输出的虚保护成员函数。

多态派生类可以覆盖此函数的行为。

有关 codecvt 中的默认行为,请参阅 codecvt::out

另见