LLVM API Documentation
#include <YAMLTraits.h>
Public Types | |
typedef StringRef(* | Signature_validate )(class IO &, T &) |
Static Public Member Functions | |
template<typename U > | |
static char | test (SameType< Signature_validate,&U::validate > *) |
template<typename U > | |
static double | test (...) |
Static Public Attributes | |
static bool const | value = (sizeof(test<MappingTraits<T> >(nullptr)) == 1) |
Definition at line 241 of file YAMLTraits.h.
typedef StringRef(* llvm::yaml::has_MappingValidateTraits< T >::Signature_validate)(class IO &, T &) |
Definition at line 243 of file YAMLTraits.h.
static char llvm::yaml::has_MappingValidateTraits< T >::test | ( | SameType< Signature_validate,&U::validate > * | ) | [static] |
static double llvm::yaml::has_MappingValidateTraits< T >::test | ( | ... | ) | [static] |
bool const llvm::yaml::has_MappingValidateTraits< T >::value = (sizeof(test<MappingTraits<T> >(nullptr)) == 1) [static] |
Definition at line 252 of file YAMLTraits.h.