moneypunct::do_thousands_sep


virtual protected member function
char_type do_thousands_sep() const;

Return thousands separator character [virtual]

Virtual protected member function in charge of returning the thousands separator character as described in public member function thousands_sep (see moneypunct::thousands_sep for details).

Polymorphic derived classes can redefine the behavior of this function.

See also