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>
#define LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR(type)
Parameters
Name |
Description |
type |
Element type of the flow sequence vector. |
Created with MrDocs