Searched refs:my_codecvt_base (Results 1 – 1 of 1) sorted by relevance
456 typedef std::codecvt<wchar_t, char, mbstate_t> my_codecvt_base; typedef458 class my_codecvt : public my_codecvt_base {461 : my_codecvt_base(r) {} in my_codecvt()