Searched defs:money_get_shim (Results 1 – 1 of 1) sorted by relevance
366 struct money_get_shim : std::money_get<_CharT>, __shim struct368 typedef typename std::money_get<_CharT>::iter_type iter_type;369 typedef typename std::money_get<_CharT>::char_type char_type;370 typedef typename std::money_get<_CharT>::string_type string_type;373 money_get_shim(const facet* f) : __shim(f) { } in money_get_shim() function376 do_get(iter_type s, iter_type end, bool intl, ios_base& io, in do_get()391 do_get(iter_type s, iter_type end, bool intl, ios_base& io, in do_get()471 template class money_get_shim<char>; variable479 template class money_get_shim<wchar_t>; variable