LLVM
8.0.1
|
If T is a pointer, just return it. If it is not, return T&. More...
#include "llvm/Support/type_traits.h"
Public Types | |
using | type = T & |
If T is a pointer, just return it. If it is not, return T&.
Definition at line 79 of file type_traits.h.
using llvm::add_lvalue_reference_if_not_pointer< T, Enable >::type = T & |
Definition at line 79 of file type_traits.h.