table of contents
- testing 12.2.0-14
- unstable 12.2.0-14
- experimental 12.2.0-17
__gnu_cxx::_Char_types< _CharT >(3cxx) | __gnu_cxx::_Char_types< _CharT >(3cxx) |
NAME¶
__gnu_cxx::_Char_types< _CharT > - Mapping from character type to associated types.
SYNOPSIS¶
#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
Detailed Description¶
template<typename _CharT>¶
struct __gnu_cxx::_Char_types< _CharT >"Mapping from character type to associated types.
Note
Definition at line 73 of file char_traits.h.
Member Typedef Documentation¶
template<typename _CharT > typedef unsigned long __gnu_cxx::_Char_types< _CharT >::int_type¶
Definition at line 75 of file char_traits.h.
template<typename _CharT > typedef std::streamoff __gnu_cxx::_Char_types< _CharT >::off_type¶
Definition at line 77 of file char_traits.h.
template<typename _CharT > typedef std::streampos __gnu_cxx::_Char_types< _CharT >::pos_type¶
Definition at line 76 of file char_traits.h.
template<typename _CharT > typedef std::mbstate_t __gnu_cxx::_Char_types< _CharT >::state_type¶
Definition at line 78 of file char_traits.h.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
Mon Aug 22 2022 | libstdc++ |