MADNESS  version 0.9
Public Types | List of all members
madness::tr1::remove_cv< T > Struct Template Reference

remove_cv<const T>::type or remove_cv<volatile T>::type will be T More...

#include <type_traits_bits.h>

Public Types

typedef remove_volatile
< typename remove_const< T >
::type >::type 
type
 

Detailed Description

template<typename T>
struct madness::tr1::remove_cv< T >

remove_cv<const T>::type or remove_cv<volatile T>::type will be T

Member Typedef Documentation

template<typename T >
typedef remove_volatile<typename remove_const<T>::type>::type madness::tr1::remove_cv< T >::type

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