std::codecvt
std::codecvt
Defined in header <locale> | ||
---|---|---|
template< class InternT, class ExternT, class State > class codecvt; |
Class std::codecvt
encapsulates conversion of character strings, including wide and multibyte, from one encoding to another. All file I/O operations performed through std::basic_fstream<CharT>
use the std::codecvt登录查看完整内容