Utility for declaring that a std::vector of a particular type should be considered a YAML document list.

Synopsis

Declared in <llvm/Support/YAMLTraits.h>

#define LLVM_YAML_IS_DOCUMENT_LIST_VECTOR(_type)

Parameters

Name

Description

_type

Element type of the document‐list vector.

Created with MrDocs