logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

std::money_base - Money format ordering data.

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libstdc++                              std::money_base(3cxx)

Detailed Description

       Money format ordering data.

       This class contains an ordered array of 4 fields to represent the pattern for formatting a money amount.
       Each field may contain one entry from the part enum. symbol, sign, and value must be present and the
       remaining field must contain either none or space.

       Seealso
           moneypunct::pos_format() and moneypunct::neg_format() for details of how these fields are
           interpreted.

Name

       std::money_base - Money format ordering data.

Synopsis

       #include <locale>

       Inherited by std::moneypunct<_CharT,_Intl>.

   PublicTypes
       enum { _S_minus, _S_zero, _S_end }
       enum part { none, space, symbol, sign, value }

   StaticPublicMemberFunctionsstatic pattern _S_construct_pattern (char __precedes, char __space, char __posn)  throw ()

   StaticPublicAttributesstatic const char * _S_atomsstatic const pattern _S_default_pattern

See Also