Utility for declaring that std::map<std::string, _type> should be considered a YAML map.
Synopsis
Declared in <llvm/Support/YAMLTraits.h>
#define LLVM_YAML_IS_STRING_MAP(_type)
Parameters
Name |
Description |
_type |
Mapped value type for the string map. |
Created with MrDocs