protected virtual member function

std::moneypunct::do_curr_symbol

<locale>
string_type do_curr_symbol() const;
Return currency symbol [virtual]
Virtual protected member function in charge of returning the currency symbol, as described in public member function curr_symbol (see moneypunct::curr_symbol for details).

Polymorphic derived classes can redefine the behavior of this function.

See also