ARB
Public Types | List of all members
ARB_type_traits::remove_cv< T > Struct Template Reference

#include <downcast.h>

Public Types

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

Detailed Description

template<class T>
struct ARB_type_traits::remove_cv< T >

Definition at line 39 of file downcast.h.

Member Typedef Documentation

template<class T>
typedef remove_volatile<typename remove_const<T>::type>::type ARB_type_traits::remove_cv< T >::type

Definition at line 39 of file downcast.h.


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