protected virtual member function
<locale>

std::moneypunct::do_decimal_point

char_type do_decimal_point() const;
Return decimal point character [virtual]
Virtual protected member function called by moneypunct::decimal_point to get the decimal point character.

Polymorphic derived classes can overwrite the behavior of this function.

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

See also