CppUnit project page CppUnit home page

typetraits.h File Reference

#include <cpptl/forwards.h>

Include dependency graph for typetraits.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  CppTL

Classes

struct  CppTL::RemoveConst< T >
 Remove const prefix of a type. More...
struct  CppTL::RemoveConst< const T >
struct  CppTL::BooleanType< isTrue >
struct  CppTL::IfType< A, B, condition >
 Returns type A if true, type B otherwise. More...
struct  CppTL::IfType< A, B, false >
 Returns type A if true, type B otherwise. More...

Typedefs

typedef BooleanType< false > CppTL::FalseType
typedef BooleanType< true > CppTL::TrueType


SourceForge Logo hosts this site. Send comments to:
CppUnit Developers