LLVM  8.0.1
Public Types | List of all members
llvm::add_const_past_pointer< T, typename std::enable_if< std::is_pointer< T >::value >::type > Struct Template Reference

#include "llvm/Support/type_traits.h"

Public Types

using type = const typename std::remove_pointer< T >::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 93 of file type_traits.h.

Member Typedef Documentation

◆ type

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

Definition at line 95 of file type_traits.h.


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