LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | List of all members
llvm::remove_cv< T > Struct Template Reference

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
 

Detailed Description

template<typename T>
struct llvm::remove_cv< T >

Metafunction that removes both const and volatile qualification from a type.

Definition at line 111 of file type_traits.h.

Member Typedef Documentation

template<typename T >
typedef remove_const<typename remove_volatile<T>::type>::type llvm::remove_cv< T >::type

Definition at line 112 of file type_traits.h.


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