__gnu_cxx::Char_types< CharT > Struct Template Reference
Mapping from character type to associated types.
More...
#include <char_traits.h>
List of all members.
Detailed Description
template<class CharT>
struct __gnu_cxx::Char_types< CharT >
Mapping from character type to associated types.
- Note:
- This is an implementation class for the generic version of char_traits. It defines int_type, off_type, pos_type, and state_type. By default these are unsigned long, streamoff, streampos, and mbstate_t. Users who need a different set of types, but who don't need to change the definitions of any function defined in char_traits, can specialize __gnu_cxx::Char_types while leaving __gnu_cxx::char_traits alone.
Definition at line 63 of file char_traits.h.
The documentation for this struct was generated from the following file:
Generated on Wed Sep 8 10:21:00 2004 for libstdc++-v3 Source by
1.3.8