[#LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR] = LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR :mrdocs: Utility for declaring that a std::vector of a particular type should be considered a YAML flow sequence. == Synopsis Declared in `<llvm/Support/YAMLTraits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR(type) ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#