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

std::moneypunct::do_negative_sign

string_type do_negative_sign() const;
返回负号字符串 [virtual]
moneypunct::negative_sign 调用以获取负号的虚拟保护成员函数。

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

有关 moneypunct 中其默认行为,请参见 moneypunct::negative_sign

另见