LLVM  4.0.0
Public Types | List of all members
llvm::add_lvalue_reference_if_not_pointer< T, Enable > Struct Template Reference

If T is a pointer, just return it. If it is not, return T&. More...

#include <type_traits.h>

Public Types

typedef Ttype
 

Detailed Description

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

If T is a pointer, just return it. If it is not, return T&.

Definition at line 79 of file type_traits.h.

Member Typedef Documentation

template<typename T, typename Enable = void>
typedef T& llvm::add_lvalue_reference_if_not_pointer< T, Enable >::type

Definition at line 79 of file type_traits.h.


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