VariantConfig.getGroupValue

Gets the value associated with the group and key.

struct VariantConfig
@trusted
Variant
getGroupValue
(
T
)
(
const string group
,
const string key
,
const T defaultValue = T.init
)

Parameters

group string

Name of the group the value is stored in.

key string

Name of the key the value is stored in.

defaultValue T

The value to use if group and or key is not found.

Return Value

Type: Variant

The value associated with the group and key.

Meta