moneypunct::do_thousands_sep
A protected virtual member function that returns a locale-specific element to use as a group separator to the left of any decimal point.
virtual CharType do_thousands_sep( ) const;
Return Value
A locale-specific element to use as a group separator to the left of any decimal point.
Example
See the example for thousands_sep, where the virtual member function is called by thousands_sep.
Requirements
Header: <locale>
Namespace: std