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

#include "llvm/ADT/STLForwardCompat.h"

Public Types

using type = std::remove_cv_t< std::remove_reference_t< T > >
 

Detailed Description

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

Definition at line 30 of file STLForwardCompat.h.

Member Typedef Documentation

◆ type

template<typename T >
using llvm::remove_cvref< T >::type = std::remove_cv_t<std::remove_reference_t<T> >

Definition at line 32 of file STLForwardCompat.h.


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