LLVM: llvm::yaml::has_FlowTraits< T > Struct Template Reference (original) (raw)

#include "[llvm/Support/YAMLTraits.h](YAMLTraits%5F8h%5Fsource.html)"

Public Types
template
using check = decltype(&U::flow)
Static Public Attributes
static constexpr bool value = is_detected<check, T>::value

Detailed Description

template<typename T>
struct llvm::yaml::has_FlowTraits< T >

Definition at line 446 of file YAMLTraits.h.

Member Typedef Documentation

check

template<typename T>

template

using llvm::yaml::has_FlowTraits< T >::check = decltype(&U::flow)

Definition at line 447 of file YAMLTraits.h.

Member Data Documentation

value

template<typename T>

bool llvm::yaml::has_FlowTraits< T >::value = is_detected<check, T>::value staticconstexpr

Definition at line 449 of file YAMLTraits.h.


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