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

Name

Description

key

The raw key string.

Created with MrDocs