LLVM 20.0.0git
|
#include "llvm/Support/type_traits.h"
Public Types | |
using | type = const std::remove_pointer_t< T > * |
Definition at line 58 of file type_traits.h.
using llvm::add_const_past_pointer< T, std::enable_if_t< std::is_pointer_v< T > > >::type = const std::remove_pointer_t<T> * |
Definition at line 59 of file type_traits.h.