protected virtual member function
<locale>
std::moneypunct::do_curr_symbol
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
- moneypunct::curr_symbol
- Return currency symbol (public member function)