protected virtual member function

std::moneypunct::do_positive_sign

<locale>
string_type do_positive_sign() const;
Return positive sign string [virtual]
Virtual protected member function in charge of returning the positive sign string, as described in public member function positive_sign (see moneypunct::positive_sign for details).

Polymorphic derived classes can redefine the behavior of this function.

See also