moneypunct::do_positive_sign

A protected virtual member function that returns a locale-specific sequence of elements to use as a positive sign.

virtual string_type do_positive_sign( ) const;

Return Value

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

Example

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

Requirements

Header: <locale>

Namespace: std

See Also

Reference

moneypunct Class