InterpretKey

Split a raw configuration key into its section, name, and negation.

Synopsis

Declared in <common/args.h>

KeyInfo
InterpretKey(std::string key);

Return Value

The parsed key components.

Parameters

NameDescription
keyThe raw key string.