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

#include "llvm/Support/type_traits.h"

Public Types

using type = const T &
 

Detailed Description

template<typename T, typename Enable = void>
struct llvm::const_pointer_or_const_ref< T, Enable >

Definition at line 63 of file type_traits.h.

Member Typedef Documentation

◆ type

template<typename T , typename Enable = void>
using llvm::const_pointer_or_const_ref< T, Enable >::type = const T &

Definition at line 64 of file type_traits.h.


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