protected virtual member function

std::moneypunct::do_decimal_point

<locale>
char_type do_decimal_point() const;
Return decimal point character [virtual]
Virtual protected member function in charge of returning the decimal point character as described in public member function decimal_point (see moneypunct::decimal_point for details).

Polymorphic derived classes can redefine the behavior of this function.

See also