protected virtual member function
<locale>

std::moneypunct::do_thousands_sep

char_type do_thousands_sep() const;
Return thousands separator character [virtual]
Virtual protected member function called by moneypunct::thousands_sep to get the thousands separator character.

Polymorphic derived classes can overwrite the behavior of this function.

See moneypunct::thousands_sep for its default behavior in moneypunct.

See also