LLVM 20.0.0git
|
If T is a pointer to X, return a pointer to const X. More...
#include "llvm/Support/type_traits.h"
Public Types | |
using | type = const T |
If T is a pointer to X, return a pointer to const X.
If it is not, return const T.
Definition at line 55 of file type_traits.h.
using llvm::add_const_past_pointer< T, Enable >::type = const T |
Definition at line 55 of file type_traits.h.