template <class charT, class InputIterator = istreambuf_iterator<charT> > class money_get;
locale 物件中的 Facets | 說明 |
---|---|
money_get<char> | 窄字元,用於 istream 迭代器 |
money_get<wchar_t> | 寬字元,用於 wistream 迭代器 |
成員型別 | 定義 | 描述 |
---|---|---|
char_type | 第一個模板引數(charT) | 字元型別 |
iter_type | 第二個模板引數(InputIterator) | 迭代器型別。 預設為 istreambuf_iterator<charT> |
string_type | basic_string<charT> | 與字元型別對應的字串型別 |
特化 |
---|
money_get<char> |
money_get<wchar_t> |
template <class InputIterator> money_get<char,InputIterator> |
template <class InputIterator> money_get<wchar_t,InputIterator> |