struct has_CustomMappingTraits

Declaration

template <class T>
struct has_CustomMappingTraits { /* full declaration omitted */ };

Declared at: llvm/include/llvm/Support/YAMLTraits.h:491

Templates

T

Member Variables

public static const bool value = (sizeof (test<llvm::yaml::CustomMappingTraits<type-parameter-0-0>>(nullptr)) == 1)

Method Overview

  • public template <typename U>static char test(SameType<llvm::yaml::has_CustomMappingTraits::Signature_input, & U::inputOne> *)
  • public template <typename U>static double test(...)

Methods

template <typename U>
static char test(
    SameType<llvm::yaml::has_CustomMappingTraits::
                 Signature_input,
             &U::inputOne>*)

Declared at: llvm/include/llvm/Support/YAMLTraits.h:496

Templates

U

Parameters

SameType<llvm::yaml::has_CustomMappingTraits:: Signature_input, &U::inputOne>*

template <typename U>
static double test(...)

Declared at: llvm/include/llvm/Support/YAMLTraits.h:499

Templates

U