protected virtual member function

std::moneypunct::do_negative_sign

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

Polymorphic derived classes can redefine the behavior of this function.

See also