LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Attributes | List of all members
llvm::yaml::has_FlowTraits< T, Enabled > Class Template Reference

#include <YAMLTraits.h>

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

Static Public Attributes

static const bool value = false
 

Detailed Description

template<typename T, bool Enabled = llvm::is_class<T>::value>
class llvm::yaml::has_FlowTraits< T, Enabled >

Definition at line 252 of file YAMLTraits.h.

Member Data Documentation

template<typename T , bool Enabled = llvm::is_class<T>::value>
const bool llvm::yaml::has_FlowTraits< T, Enabled >::value = false
static

Definition at line 255 of file YAMLTraits.h.


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