|
LLVM
3.7.0
|
If T is a pointer to X, return a pointer to const X. More...
#include <type_traits.h>
Public Types | |
| typedef const T | type |
If T is a pointer to X, return a pointer to const X.
If it is not, return const T.
Definition at line 86 of file type_traits.h.
| typedef const T llvm::add_const_past_pointer< T, Enable >::type |
Definition at line 86 of file type_traits.h.
1.8.6