moneypunct::do_curr_symbol
A protected virtual member function that returns a locale-specific sequence of elements to use as a currency symbol.
virtual string_type do_curr_symbol( ) const;
Return Value
A locale-specific sequence of elements to use as a decimal point symbol.
Example
See the example for curr_symbol, where the virtual member function is called by curr_symbol.
Requirements
Header: <locale>
Namespace: std