STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ... ATLSTL - Template Software for the Active Template Library COMSTL - The Standard Template Library meets the Component Object Model .netSTL - Standard Template Library meets the Microsoft.NET Common Language Runtime InetSTL - The Standard Template Library meets WinInet MFCSTL - Template Software for the Microsoft Foundation Classes UNIXSTL - Template Software for the UNIX Operating System WinSTL - where the Standard Template Library meets the Win32 API

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

char_alt_traits Struct Template Reference

Traits for determining the alternate character type. More...

#include <stlsoft_char_alt_traits.h>

List of all members.

Public Types

typedef C char_type
 The char type.

typedef not C alt_char_type
 The alternatve char type.


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


Member Typedef Documentation

typedef not C alt_char_type
 

The alternatve char type.

typedef C char_type
 

The char type.


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

STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004