LLVM: llvm::make_const_ref< T > Struct Template Reference (original) (raw)

#include "[llvm/ADT/STLExtras.h](STLExtras%5F8h%5Fsource.html)"

Public Types
using type = std::add_lvalue_reference_t<std::add_const_t<T>>

Detailed Description

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

Definition at line 58 of file STLExtras.h.

Member Typedef Documentation

type

template<typename T>

using llvm::make_const_ref< T >::type = std::add_lvalue_reference_t<std::add_const_t<T>>

Definition at line 59 of file STLExtras.h.


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