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> >(nullptr)) == 1) |
Definition at line 259 of file YAMLTraits.h.
| typedef size_t(* llvm::yaml::has_SequenceMethodTraits< T >::Signature_size)(class IO &, T &) |
Definition at line 261 of file YAMLTraits.h.
| static char llvm::yaml::has_SequenceMethodTraits< T >::test | ( | SameType< Signature_size,&U::size > * | ) | [static] |
| static double llvm::yaml::has_SequenceMethodTraits< T >::test | ( | ... | ) | [static] |
bool const llvm::yaml::has_SequenceMethodTraits< T >::value = (sizeof(test<SequenceTraits<T> >(nullptr)) == 1) [static] |
Definition at line 270 of file YAMLTraits.h.