LLVM 22.0.0git
llvm::yaml::SequenceElementTraits< T, std::enable_if_t< std::is_fundamental_v< T > > > Struct Template Reference

#include "llvm/Support/YAMLTraits.h"

Inheritance diagram for llvm::yaml::SequenceElementTraits< T, std::enable_if_t< std::is_fundamental_v< T > > >:
[legend]

Static Public Attributes

static const bool flow = true

Detailed Description

template<typename T>
struct llvm::yaml::SequenceElementTraits< T, std::enable_if_t< std::is_fundamental_v< T > > >

Definition at line 1904 of file YAMLTraits.h.

Member Data Documentation

◆ flow

template<typename T>
const bool llvm::yaml::SequenceElementTraits< T, std::enable_if_t< std::is_fundamental_v< T > > >::flow = true
static

Definition at line 1905 of file YAMLTraits.h.


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