libstdc++
GNU C++ library
Loading...
Searching...
No Matches

◆ positive_sign()

template<typename _CharT, bool _Intl>
string_type std::moneypunct< _CharT, _Intl >::positive_sign ( ) const
inlineinherited

Return positive sign string.

This function returns a string_type to use as a sign for positive amounts. It does so by returning returning moneypunct<char_type>::do_positive_sign().

If the return value contains more than one character, the first character appears in the position indicated by pos_format() and the remainder appear at the end of the formatted string.

Returns
string_type representing a positive sign.

Definition at line 1208 of file locale_facets_nonio.h.

1209 { return this->do_positive_sign(); }
virtual string_type do_positive_sign() const
Return positive sign string.

References do_positive_sign().

Referenced by std::__moneypunct_cache< _CharT, _Intl >::_M_cache().

Here is the call graph for this function:
Here is the caller graph for this function: