protected virtual member function
<locale>

std::moneypunct::do_curr_symbol

string_type do_curr_symbol() const;
Return currency symbol [virtual]
Virtual protected member function called by moneypunct::curr_symbol to get the currency symbol.

Polymorphic derived classes can overwrite the behavior of this function.

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

See also