|
LLVM
3.7.0
|
#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 312 of file YAMLTraits.h.
| typedef size_t(* llvm::yaml::has_SequenceMethodTraits< T >::Signature_size)(class IO &, T &) |
Definition at line 314 of file YAMLTraits.h.
|
static |
|
static |
|
static |
Definition at line 323 of file YAMLTraits.h.
1.8.6