Utility for declaring that a std::vector of a particular type should be considered a YAML sequence.
Synopsis
Declared in <llvm/Support/YAMLTraits.h>
#define LLVM_YAML_IS_SEQUENCE_VECTOR(type)
Parameters
Name |
Description |
type |
Element type of the sequence vector. |
Created with MrDocs