LLVM  3.7.0
Classes | Static Public Member Functions | Static Public Attributes | List of all members
llvm::yaml::has_FlowTraits< T, true > Struct Template Reference

#include <YAMLTraits.h>

Collaboration diagram for llvm::yaml::has_FlowTraits< T, true >:
[legend]

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
 

Detailed Description

template<class T>
struct llvm::yaml::has_FlowTraits< T, true >

Definition at line 341 of file YAMLTraits.h.

Member Function Documentation

template<class T >
template<typename C >
static char(& llvm::yaml::has_FlowTraits< T, true >::f ( SameType< bool Fallback::*,&C::flow > *  ) )[1]
static
template<class T >
template<typename C >
static char(& llvm::yaml::has_FlowTraits< T, true >::f (   ...) )[2]
static

Member Data Documentation

template<class T >
bool const llvm::yaml::has_FlowTraits< T, true >::value = sizeof(f<Derived>(nullptr)) == 2
static

Definition at line 353 of file YAMLTraits.h.


The documentation for this struct was generated from the following file: