|
LLVM
4.0.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 356 of file YAMLTraits.h.
| typedef size_t(* llvm::yaml::has_SequenceMethodTraits< T >::Signature_size)(class IO &, T &) |
Definition at line 358 of file YAMLTraits.h.
|
static |
|
static |
|
static |
Definition at line 367 of file YAMLTraits.h.
1.8.6