#include <stlsoft/string/char_alt_traits.hpp>
char_alt_traits is a traits class for acquiring the opposite character type eg. char_alt_traits<char>::alt_char_type == wchar_t, and vice versa
| C | The char type |
Public Types | |
| typedef C | char_type |
| The char type. | |
| typedef not C | alt_char_type |
| The alternatve char type. | |
| typedef C char_type |
The char type.
| typedef not C alt_char_type |
The alternatve char type.
1.5.6