Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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