Home
last modified time | relevance | path

Searched defs:moneypunct_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.cc339 struct moneypunct_shim : std::moneypunct<_CharT, _Intl>, __shim struct
341 typedef typename moneypunct<_CharT, _Intl>::__cache_type __cache_type;
344 moneypunct_shim(const facet* f, __cache_type* c = new __cache_type) in moneypunct_shim() argument
350 ~moneypunct_shim() in ~moneypunct_shim()
362 __cache_type* _M_cache;
469 template class moneypunct_shim<char, true>; variable
470 template class moneypunct_shim<char, false>; variable
477 template class moneypunct_shim<wchar_t, true>; variable
478 template class moneypunct_shim<wchar_t, false>; variable