Public Types

gmtl::Type2Type< T > 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 47 of file Meta.h.


Member Typedef Documentation

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

Definition at line 49 of file Meta.h.


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