LLVM API Documentation

Public Types
llvm::add_const_past_pointer< T, Enable > Struct Template Reference

If T is a pointer to X, return a pointer to const X. If it is not, return const T. More...

#include <type_traits.h>

List of all members.

Public Types

typedef const T type

Detailed Description

template<typename T, typename Enable = void>
struct llvm::add_const_past_pointer< T, Enable >

If T is a pointer to X, return a pointer to const X. If it is not, return const T.

Definition at line 78 of file type_traits.h.


Member Typedef Documentation

template<typename T, typename Enable = void>
typedef const T llvm::add_const_past_pointer< T, Enable >::type

Definition at line 78 of file type_traits.h.


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