LLVM API Documentation
Metafunction that removes both const and volatile qualification from a type. More...
#include <type_traits.h>
Public Types | |
typedef remove_const< typename remove_volatile< T >::type > ::type | type |
Metafunction that removes both const and volatile qualification from a type.
Definition at line 111 of file type_traits.h.
typedef remove_const<typename remove_volatile<T>::type>::type llvm::remove_cv< T >::type |
Definition at line 112 of file type_traits.h.