CppUnit project page CppUnit home page

CppTL::RemoveConst< T > Struct Template Reference

Remove const prefix of a type. More...

#include <cpptl/typetraits.h>

List of all members.

Public Types

typedef T type


Detailed Description

template<class T>
struct CppTL::RemoveConst< T >

Remove const prefix of a type.

Older compiler such as VC 6.0 do not allow implementation of this feature. Const will not be removed on such platform.


Member Typedef Documentation

template<class T>
typedef T CppTL::RemoveConst< T >::type


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

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