protected virtual member function

std::numpunct::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 do_thousands_sep (see numpunct::do_thousands_sep for details).

Polymorphic derived classes can redefine the behavior of this function.

See also