LLVM 22.0.0git
llvm::make_const_ptr< T > Struct Template Reference

#include "llvm/ADT/STLExtras.h"

Public Types

using type = std::add_pointer_t<std::add_const_t<T>>

Detailed Description

template<typename T>
struct llvm::make_const_ptr< T >

Definition at line 53 of file STLExtras.h.

Member Typedef Documentation

◆ type

template<typename T>
using llvm::make_const_ptr< T >::type = std::add_pointer_t<std::add_const_t<T>>

Definition at line 54 of file STLExtras.h.


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