Instigate Open Source Documentation

src/generic/type_traits.hpp File Reference

Definition of class instigate::scripting::generic::type_traits. More...

Go to the source code of this file.

Classes

struct  instigate::scripting::generic::type_traits< T >
 Defines associated types for given type. More...
struct  instigate::scripting::generic::type_traits< const T >
 Specialization of instigate::scripting::generic::type_traits for const T. More...
struct  instigate::scripting::generic::type_traits< T * >
 Specialization of instigate::scripting::generic::type_traits for T*. More...
struct  instigate::scripting::generic::type_traits< const T * >
 Specialization of instigate::scripting::generic::type_traits for const T*. More...
struct  instigate::scripting::generic::type_traits< T & >
 Specialization of instigate::scripting::generic::type_traits for T&. More...
struct  instigate::scripting::generic::type_traits< const T & >
 Specialization of instigate::scripting::generic::type_traits for const T&. More...

Namespaces

namespace  instigate::scripting::generic
 

This namespace provides utilities for compile time checking.



Detailed Description

Definition of class instigate::scripting::generic::type_traits.

Author:
Instigate CJSC, 2008

© 2005-2008 Instigate CJSC. All Rights Reserved.



© Instigate CJSC, Open Source