llvm::const_pointer_or_const_ref

Choose const pointer or const reference based on whether T is a pointer. Choose const pointer or const reference based on whether T is a pointer.

Synopsis

Declared in <llvm/Support/type_traits.h>

template<typename T>
struct const_pointer_or_const_ref;

Type Aliases

NameDescription
type Const pointer if T is a pointer; otherwise const reference.