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