[#InterpretKey] = InterpretKey :mrdocs: Split a raw configuration key into its section, name, and negation. == Synopsis Declared in `<common/args.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:KeyInfo.adoc[KeyInfo] InterpretKey(std::string key); ---- == Return Value The parsed key components. == Parameters [cols="1,4"] |=== | Name| Description | *key* | The raw key string. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#