LLVM API Documentation
#include <YAMLTraits.h>

Classes | |
| struct | Derived |
| struct | Fallback |
Static Public Member Functions | |
| template<typename C > | |
| static char(& | f (SameType< bool Fallback::*,&C::flow > *))[1] |
| template<typename C > | |
| static char(& | f (...))[2] |
Static Public Attributes | |
| static bool const | value = sizeof(f<Derived>(nullptr)) == 2 |
Definition at line 288 of file YAMLTraits.h.
| static char(& llvm::yaml::has_FlowTraits< T, true >::f | ( | SameType< bool Fallback::*,&C::flow > * | ) | )[1] [static] |
| static char(& llvm::yaml::has_FlowTraits< T, true >::f | ( | ... | ) | )[2] [static] |
bool const llvm::yaml::has_FlowTraits< T, true >::value = sizeof(f<Derived>(nullptr)) == 2 [static] |
Definition at line 300 of file YAMLTraits.h.