LLVM  8.0.1
Public Types | List of all members
llvm::make_const_ref< T > Struct Template Reference

#include "llvm/ADT/STLExtras.h"

Public Types

using type = typename std::add_lvalue_reference< typename std::add_const< T >::type >::type
 

Detailed Description

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

Definition at line 79 of file STLExtras.h.

Member Typedef Documentation

◆ type

template<typename T >
using llvm::make_const_ref< T >::type = typename std::add_lvalue_reference< typename std::add_const<T>::type>::type

Definition at line 81 of file STLExtras.h.


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