LLVM API Documentation

Classes | Static Public Member Functions | Static Public Attributes
llvm::yaml::has_FlowTraits< T, true > Struct Template Reference

#include <YAMLTraits.h>

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

List of all members.

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 288 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 300 of file YAMLTraits.h.


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