Home
last modified time | relevance | path

Searched defs:money_get_shim (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dcxx11-shim_facets.cc366 struct money_get_shim : std::money_get<_CharT>, __shim struct
368 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() function
376 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>; variable
479 template class money_get_shim<wchar_t>; variable