[#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) ---- == Parameters [cols="1,4"] |=== | Name| Description | *_type* | Mapped value type for the string map. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#