|
inlineinherited |
Return negative sign string.
This function returns a string_type to use as a sign for negative amounts. It does so by returning returning moneypunct<char_type>::do_negative_sign().
If the return value contains more than one character, the first character appears in the position indicated by neg_format() and the remainder appear at the end of the formatted string.
Definition at line 1225 of file locale_facets_nonio.h.
References do_negative_sign().
Referenced by std::__moneypunct_cache< _CharT, _Intl >::_M_cache().

