protected virtual member function
<locale>

std::moneypunct::do_positive_sign

string_type do_positive_sign() const;
返回正号字符串 [virtual]
moneypunct::positive_sign 调用以获取正号的受保护虚函数。

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

有关 moneypunct 中此函数的默认行为,请参见 moneypunct::positive_sign

另见