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

Public Types | |
| using | Decayed = typename std::decay< T >::type |
| typedef void(* | Signature_format) (const Decayed &, llvm::raw_ostream &, StringRef) |
Static Public Member Functions | |
| template<typename U > | |
| static char | test (SameType< Signature_format, &U::format > *) |
| template<typename U > | |
| static double | test (...) |
Static Public Attributes | |
| static bool const | value |
Definition at line 61 of file FormatVariadicDetails.h.
| using llvm::detail::has_FormatProvider< T >::Decayed = typename std::decay<T>::type |
Definition at line 63 of file FormatVariadicDetails.h.
| typedef void(* llvm::detail::has_FormatProvider< T >::Signature_format) (const Decayed &, llvm::raw_ostream &, StringRef) |
Definition at line 64 of file FormatVariadicDetails.h.
|
static |
|
static |
|
static |
Definition at line 72 of file FormatVariadicDetails.h.
1.8.13