LLVM API Documentation

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

Metafunction that removes const qualification from a type. More...

#include <type_traits.h>

Public Types

typedef T type
 

Detailed Description

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

Metafunction that removes const qualification from a type.

Definition at line 102 of file type_traits.h.

Member Typedef Documentation

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

Definition at line 102 of file type_traits.h.


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