char_alt_traits Struct Template Reference
[String Library]

#include <stlsoft/string/char_alt_traits.hpp>

List of all members.


Detailed Description

template<class C>
struct stlsoft::char_alt_traits< C >

Traits for determining the alternate character type.

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

Parameters:
C The char type

Public Types

typedef C char_type
 The char type.
typedef not C alt_char_type
 The alternatve char type.

Member Typedef Documentation

typedef C char_type

The char type.

typedef not C alt_char_type

The alternatve char type.


The documentation for this struct was generated from the following file:

Generated on Thu Jun 10 08:58:56 2010 for STLSoft by  doxygen 1.5.6