protected virtual member function
std::moneypunct::do_thousands_sep
<locale>
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
- moneypunct::thousands_sep
- Return thousands separator character (public member function)