libstdc++
|
Public Types | |
typedef _CharT | char_type |
typedef _Char_types< _CharT > ::int_type | int_type |
typedef _Char_types< _CharT > ::off_type | off_type |
typedef _Char_types< _CharT > ::pos_type | pos_type |
typedef _Char_types< _CharT > ::state_type | state_type |
Base class used to implement std::char_traits.
See http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt05ch13s03.html for advice on how to make use of this class for unusual character types. Also, check out include/ext/pod_char_traits.h.
Definition at line 83 of file char_traits.h.