MADNESS
version 0.9
|
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 |
remove_cv<const T>::type or remove_cv<volatile T>::type will be T
typedef remove_volatile<typename remove_const<T>::type>::type madness::tr1::remove_cv< T >::type |