LLVM 22.0.0git
llvm::yaml::has_FlowTraits< T > Struct Template Reference

#include "llvm/Support/YAMLTraits.h"

Public Types

template<class U>
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<class U>
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: