protected virtual member function
<locale>

std::moneypunct::do_positive_sign

string_type do_positive_sign() const;
Return positive sign string [virtual]
Virtual protected member function called by moneypunct::positive_sign to get the positive sign.

Polymorphic derived classes can overwrite the behavior of this function.

See moneypunct::positive_sign for its default behavior in moneypunct.

See also