protected virtual member function
<locale>

std::numpunct::do_grouping

string do_grouping() const;
Return grouping of digits [virtual]
Virtual protected member function called by numpunct::grouping to obtain the grouping of digits.

Polymorphic derived classes can overwrite the behavior of this function.

See numpunct::grouping for its default behavior in numpunct's standard specializations.

See also