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

#include <YAMLTraits.h>

Collaboration diagram for llvm::yaml::has_DocumentListTraits< T >:
[legend]

Public Types

typedef size_t(* Signature_size )(class IO &, T &)
 

Static Public Member Functions

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

Static Public Attributes

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

Detailed Description

template<class T>
struct llvm::yaml::has_DocumentListTraits< T >

Definition at line 423 of file YAMLTraits.h.

Member Typedef Documentation

template<class T >
typedef size_t(* llvm::yaml::has_DocumentListTraits< T >::Signature_size)(class IO &, T &)

Definition at line 425 of file YAMLTraits.h.

Member Function Documentation

template<class T >
template<typename U >
static char llvm::yaml::has_DocumentListTraits< T >::test ( SameType< Signature_size,&U::size > *  )
static
template<class T >
template<typename U >
static double llvm::yaml::has_DocumentListTraits< T >::test (   ...)
static

Member Data Documentation

template<class T >
bool const llvm::yaml::has_DocumentListTraits< T >::value = (sizeof(test<DocumentListTraits<T>>(nullptr))==1)
static

Definition at line 434 of file YAMLTraits.h.


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