llvm::make_const_ptr

Trait that yields a pointer to const T.

Synopsis

Declared in <llvm/ADT/STLExtras.h>

template<typename T>
struct make_const_ptr;

Type Aliases

NameDescription
type Pointer to a const-qualified T.