此浏览器不再受支持。
请升级到 Microsoft Edge 以使用最新的功能、安全更新和技术支持。
char_traits::to_int_type
static int_type to_int_type(const E& c);
The static member function returns ch, represented as type int_type. It should always be true that to_char_type(to_int_type(c) == c for any value of c.
ch
int_type
to_char_type
(to_int_type(c) == c
c