struct has_BlockScalarTraits
Declaration
template <class T>
struct has_BlockScalarTraits { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Support/YAMLTraits.h:362
Templates
- T
Member Variables
- public static const bool value = (sizeof (test<llvm::yaml::BlockScalarTraits<type-parameter-0-0>>(nullptr, nullptr)) == 1)
Method Overview
- public template <typename U>static char test(SameType<llvm::yaml::has_BlockScalarTraits::Signature_input, & U::input> *, SameType<llvm::yaml::has_BlockScalarTraits::Signature_output, & U::output> *)
- public template <typename U>static double test(...)
Methods
¶template <typename U>
static char test(
SameType<llvm::yaml::has_BlockScalarTraits::
Signature_input,
&U::input>*,
SameType<llvm::yaml::has_BlockScalarTraits::
Signature_output,
&U::output>*)
template <typename U>
static char test(
SameType<llvm::yaml::has_BlockScalarTraits::
Signature_input,
&U::input>*,
SameType<llvm::yaml::has_BlockScalarTraits::
Signature_output,
&U::output>*)
Declared at: llvm/include/llvm/Support/YAMLTraits.h:368
Templates
- U
Parameters
- SameType<llvm::yaml::has_BlockScalarTraits:: Signature_input, &U::input>*
- SameType<llvm::yaml::has_BlockScalarTraits:: Signature_output, &U::output>*
¶template <typename U>
static double test(...)
template <typename U>
static double test(...)
Declared at: llvm/include/llvm/Support/YAMLTraits.h:372
Templates
- U