LLVM  4.0.0
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
llvm::yaml::has_MappingTraits< T, EmptyContext > Struct Template Reference

#include <YAMLTraits.h>

Collaboration diagram for llvm::yaml::has_MappingTraits< T, EmptyContext >:
[legend]

Public Types

typedef void(* Signature_mapping )(class IO &, T &)
 

Static Public Member Functions

template<typename U >
static char test (SameType< Signature_mapping,&U::mapping > *)
 
template<typename U >
static double test (...)
 

Static Public Attributes

static bool const value = (sizeof(test<MappingTraits<T>>(nullptr)) == 1)
 

Detailed Description

template<class T>
struct llvm::yaml::has_MappingTraits< T, EmptyContext >

Definition at line 314 of file YAMLTraits.h.

Member Typedef Documentation

template<class T >
typedef void(* llvm::yaml::has_MappingTraits< T, EmptyContext >::Signature_mapping)(class IO &, T &)

Definition at line 315 of file YAMLTraits.h.

Member Function Documentation

template<class T >
template<typename U >
static char llvm::yaml::has_MappingTraits< T, EmptyContext >::test ( SameType< Signature_mapping,&U::mapping > *  )
static
template<class T >
template<typename U >
static double llvm::yaml::has_MappingTraits< T, EmptyContext >::test (   ...)
static

Member Data Documentation

template<class T >
bool const llvm::yaml::has_MappingTraits< T, EmptyContext >::value = (sizeof(test<MappingTraits<T>>(nullptr)) == 1)
static

Definition at line 323 of file YAMLTraits.h.


The documentation for this struct was generated from the following file: