#include <stlsoft/string/char_traits.hpp>

| C | The character type | |
| N | The integer type | |
| Z | The size type |
Public Types | |
|
typedef stlsoft_char_traits_safe< C > | parent_class_type |
| typedef char_traits_safe< C > | class_type |
| The current parameterisation of the type. | |
| typedef parent_class_type::char_type | char_type |
| The character type. | |
| typedef parent_class_type::int_type | int_type |
| The integer type. | |
| typedef parent_class_type::size_type | size_type |
| The size type. | |
| typedef parent_class_type::pos_type | pos_type |
| The position type. | |
| typedef parent_class_type::off_type | off_type |
| The offset type. | |
| typedef char_traits_safe<C> class_type |
| typedef parent_class_type::int_type int_type |
| typedef parent_class_type::pos_type pos_type |
| typedef parent_class_type::off_type off_type |
1.5.6