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