moneypunct::string_type


public member type
typedef basic_string<charT> string_type;

String type

This is a member alias of the specific basic_string type corresponding to charT (charT is the first template parameter).

It is defined as:
 
typedef basic_string<charT> string_type;


It is the return type of member functions curr_symbol, positive_sign and negative_sign.