LLVM 19.0.0git
Public Types | List of all members
llvm::const_pointer_or_const_ref< T, std::enable_if_t< std::is_pointer_v< T > > > Struct Template Reference

#include "llvm/Support/type_traits.h"

Public Types

using type = typename add_const_past_pointer< T >::type
 

Detailed Description

template<typename T>
struct llvm::const_pointer_or_const_ref< T, std::enable_if_t< std::is_pointer_v< T > > >

Definition at line 67 of file type_traits.h.

Member Typedef Documentation

◆ type

template<typename T >
using llvm::const_pointer_or_const_ref< T, std::enable_if_t< std::is_pointer_v< T > > >::type = typename add_const_past_pointer<T>::type

Definition at line 68 of file type_traits.h.


The documentation for this struct was generated from the following file: