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

gmtl::Type2Type Struct Template Reference
[Template Metaprogramming Utilities]

A lightweight identifier you can pass to overloaded functions to typefy them. More...

#include <Meta.h>

List of all members.

Public Types

typedef T OriginalType


Detailed Description

template<typename T>
struct gmtl::Type2Type< T >

A lightweight identifier you can pass to overloaded functions to typefy them.

Type2Type lets you transport the type information about T to functions

Definition at line 75 of file Meta.h.


Member Typedef Documentation

template<typename T>
typedef T gmtl::Type2Type::OriginalType
 

Definition at line 77 of file Meta.h.


The documentation for this struct was generated from the following file:
Generated on Mon Apr 7 15:29:32 2003 for GenericMathTemplateLibrary by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002