LLVM API Documentation
If T is a pointer, just return it. If it is not, return T&. More...
#include <type_traits.h>
Public Types | |
typedef T & | type |
If T is a pointer, just return it. If it is not, return T&.
Definition at line 67 of file type_traits.h.
typedef T& llvm::add_lvalue_reference_if_not_pointer< T, Enable >::type |
Definition at line 67 of file type_traits.h.