LLVM API Documentation
#include <YAMLTraits.h>

Public Types | |
| typedef void(* | Signature_bitset )(class IO &, T &) |
Static Public Member Functions | |
| template<typename U > | |
| static char | test (SameType< Signature_bitset,&U::bitset > *) |
| template<typename U > | |
| static double | test (...) |
Static Public Attributes | |
| static bool const | value = (sizeof(test<ScalarBitSetTraits<T> >(nullptr)) == 1) |
Definition at line 186 of file YAMLTraits.h.
| typedef void(* llvm::yaml::has_ScalarBitSetTraits< T >::Signature_bitset)(class IO &, T &) |
Definition at line 188 of file YAMLTraits.h.
| static char llvm::yaml::has_ScalarBitSetTraits< T >::test | ( | SameType< Signature_bitset,&U::bitset > * | ) | [static] |
| static double llvm::yaml::has_ScalarBitSetTraits< T >::test | ( | ... | ) | [static] |
bool const llvm::yaml::has_ScalarBitSetTraits< T >::value = (sizeof(test<ScalarBitSetTraits<T> >(nullptr)) == 1) [static] |
Definition at line 197 of file YAMLTraits.h.