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

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

#include <template.h>

+ Collaboration diagram for nonconst_type< T >:

Public Types

typedef T type
 

Detailed Description

template<typename T>
struct nonconst_type< T >

Remove the const qualifier of a type.

Remove the const qualifier of a type without const qualifier

Definition at line 62 of file template.h.

Member Typedef Documentation

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

The same type

Definition at line 65 of file template.h.


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