|
LLVM
4.0.0
|
#include <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 47 of file FormatVariadicDetails.h.
| using llvm::detail::has_FormatProvider< T >::Decayed = typename std::decay<T>::type |
Definition at line 49 of file FormatVariadicDetails.h.
| typedef void(* llvm::detail::has_FormatProvider< T >::Signature_format)(const Decayed &, llvm::raw_ostream &, StringRef) |
Definition at line 50 of file FormatVariadicDetails.h.
|
static |
|
static |
|
static |
Definition at line 58 of file FormatVariadicDetails.h.
1.8.6