|
LLVM
8.0.1
|
#include "llvm/Support/FormatVariadicDetails.h"

Public Types | |
| using | ConstRefT = const typename std::decay< T >::type & |
Static Public Member Functions | |
| template<typename U > | |
| static char | test (typename std::enable_if< std::is_same< decltype(std::declval< llvm::raw_ostream &>()<< std::declval< U >()), llvm::raw_ostream &>::value, int *>::type) |
| template<typename U > | |
| static double | test (...) |
Static Public Attributes | |
| static bool const | value = (sizeof(test<ConstRefT>(nullptr)) == 1) |
Definition at line 77 of file FormatVariadicDetails.h.
| using llvm::detail::has_StreamOperator< T >::ConstRefT = const typename std::decay<T>::type & |
Definition at line 79 of file FormatVariadicDetails.h.
|
static |
|
static |
|
static |
Definition at line 90 of file FormatVariadicDetails.h.
1.8.13