If T is a pointer to X, return a pointer to const X. If it is not, return const T.

Synopsis

Declared in <llvm/Support/type_traits.h>

template<typename T>
struct add_const_past_pointer;

Type Aliases

Name

Description

type

Const‐qualified pointer or reference type corresponding to T.

Created with MrDocs