The Pedigree Project  0.1
Public Types | List of all members
nonconst_type< const T > Struct Template Reference

Remove the const qualifier of a type. More...

#include <template.h>

+ Collaboration diagram for nonconst_type< const T >:

Public Types

typedef T type
 

Detailed Description

template<typename T>
struct nonconst_type< const T >

Remove the const qualifier of a type.

Remove the const qualifier of a type with const qualifier

Definition at line 70 of file template.h.

Member Typedef Documentation

template<typename T >
typedef T nonconst_type< const T >::type

The Type without the const qualifier

Definition at line 73 of file template.h.


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