Rechercher une page de manuel
__gnu_cxx::_Char_types
Langue: en
Version: 323345 (ubuntu - 08/07/09)
Section: 3 (Bibliothèques de fonctions)
Sommaire
NAME
__gnu_cxx::_Char_types - Mapping from character type to associated types.SYNOPSIS
Public Types
typedef unsigned long int_type
typedef std::streamoff off_type
typedef std::streampos pos_type
typedef std::mbstate_t state_type
Detailed Description
template<class _CharT> struct __gnu_cxx::_Char_types< _CharT >
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 62 of file char_traits.h.
Author
Generated automatically by Doxygen for libstdc++ from the source code.
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre