Share via


moneypunct::do_negative_sign

A protected virtual member function that is called to return a locale-specific sequence of elements to use as a negative sign symbol.

virtual string_type do_negative_sign( ) const;

Return Value

A locale-specific sequence of elements to use as a negative sign.

Example

See the example for negative_sign, where the virtual member function is called by negative_sign.

Requirements

Header: <locale>

Namespace: std

See Also

Reference

moneypunct Class

Other Resources

moneypunct Members