LLVM API Documentation
#include <YAMLTraits.h>
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<SequenceTraits<T> >(0)) == 1) |
Definition at line 233 of file YAMLTraits.h.
typedef size_t(* llvm::yaml::has_SequenceMethodTraits< T >::Signature_size)(class IO &, T &) |
Definition at line 235 of file YAMLTraits.h.
|
static |
|
static |
|
static |
Definition at line 244 of file YAMLTraits.h.