[locale.codecvt.byname] (original) (raw)

28 Text processing library [text]

28.3 Localization library [localization]

28.3.4 Standard locale categories [locale.categories]

28.3.4.2 The ctype category [category.ctype]

28.3.4.2.6 Class template codecvt_byname [locale.codecvt.byname]

đź”—

namespace std { template<class internT, class externT, class stateT> class codecvt_byname : public codecvt<internT, externT, stateT> { public: explicit codecvt_byname(const char*, size_t refs = 0);explicit codecvt_byname(const string&, size_t refs = 0);protected: ~codecvt_byname();};}