LLVM 19.0.0git
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
llvm::support::detail::has_StreamOperator< T > Class Template Reference

#include "llvm/Support/FormatVariadicDetails.h"

Public Types

using ConstRefT = const std::decay_t< T > &
 

Static Public Member Functions

template<typename U >
static char test (std::enable_if_t< std::is_same_v< decltype(std::declval< llvm::raw_ostream & >()<< std::declval< U >()), llvm::raw_ostream & >, int * >)
 
template<typename U >
static double test (...)
 

Static Public Attributes

static bool const value = (sizeof(test<ConstRefT>(nullptr)) == 1)
 

Detailed Description

template<class T>
class llvm::support::detail::has_StreamOperator< T >

Definition at line 78 of file FormatVariadicDetails.h.

Member Typedef Documentation

◆ ConstRefT

template<class T >
using llvm::support::detail::has_StreamOperator< T >::ConstRefT = const std::decay_t<T> &

Definition at line 80 of file FormatVariadicDetails.h.

Member Function Documentation

◆ test() [1/2]

template<class T >
template<typename U >
static double llvm::support::detail::has_StreamOperator< T >::test (   ...)
static

◆ test() [2/2]

template<class T >
template<typename U >
static char llvm::support::detail::has_StreamOperator< T >::test ( std::enable_if_t< std::is_same_v< decltype(std::declval< llvm::raw_ostream & >()<< std::declval< U >()), llvm::raw_ostream & >  ,
int *   
)
static

Member Data Documentation

◆ value

template<class T >
bool const llvm::support::detail::has_StreamOperator< T >::value = (sizeof(test<ConstRefT>(nullptr)) == 1)
static

Definition at line 91 of file FormatVariadicDetails.h.


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