struct TSettingsValue

template<class T>

Information about a value attached to a key.

Public

Constructors

TSettingsValue<T>

TSettingsValue<T>() = default

TSettingsValue<T>

TSettingsValue<T>(const String &key, const T &value)

Fields

Key

String Key

Key used to look up the value.

Value

T Value

Stored value.