LLVM API Documentation

Public Types
llvm::add_const_past_pointer< T, typename std::enable_if< std::is_pointer< T >::value >::type > Struct Template Reference

#include <type_traits.h>

List of all members.

Public Types

typedef const
std::remove_pointer< T >::type
type

Detailed Description

template<typename T>
struct llvm::add_const_past_pointer< T, typename std::enable_if< std::is_pointer< T >::value >::type >

Definition at line 81 of file type_traits.h.


Member Typedef Documentation

template<typename T >
typedef const std::remove_pointer<T>::type* llvm::add_const_past_pointer< T, typename std::enable_if< std::is_pointer< T >::value >::type >::type

Definition at line 83 of file type_traits.h.


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