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

std::money_put::do_put

数值 (1)
iter_type do_put (iter_type s, bool intl, ios_base& str,                  char_type fill, long double units) const;
字符串 (2)
iter_type do_put (iter_type s, bool intl, ios_base& str,                  char_type fill, const string_type& digits) const;
格式化货币表达式 [虚]
负责格式化货币表达式的受保护虚成员函数,如公共成员函数put中所述(详情请参见money_put::put)。

多态派生类可以重定义此函数的行为。

另见

money_put::put调用的虚保护成员函数,用于格式化货币表达式。

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

有关money_put的标准特化中的默认行为,请参见money_put::put

另见