libstdc++
|
#include <char_traits.h>
Public Types | |
typedef unsigned long | int_type |
typedef std::streamoff | off_type |
typedef std::streampos | pos_type |
typedef std::mbstate_t | state_type |
Mapping from character type to associated types.
Definition at line 65 of file char_traits.h.
typedef unsigned long __gnu_cxx::_Char_types< _CharT >::int_type |
Definition at line 67 of file char_traits.h.
typedef std::streamoff __gnu_cxx::_Char_types< _CharT >::off_type |
Definition at line 69 of file char_traits.h.
typedef std::streampos __gnu_cxx::_Char_types< _CharT >::pos_type |
Definition at line 68 of file char_traits.h.
typedef std::mbstate_t __gnu_cxx::_Char_types< _CharT >::state_type |
Definition at line 70 of file char_traits.h.