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;
If T is a pointer to X, return a pointer to const X. If it is not, return const T.
Declared in <llvm/Support/type_traits.h>
template<typename T>
struct add_const_past_pointer;