LLVM API Documentation

Static Public Attributes
llvm::yaml::has_FlowTraits< T, Enabled > Class Template Reference

#include <YAMLTraits.h>

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

List of all members.

Static Public Attributes

static const bool value = false

Detailed Description

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

Definition at line 278 of file YAMLTraits.h.


Member Data Documentation

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

Definition at line 281 of file YAMLTraits.h.


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