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