ArgsManager::GetSettingsList

Get list of setting values.

Synopsis

Declared in <common/args.h>

[[requires_capability(0x7f2e381abd48)]]
std::vector<common::SettingsValue>
GetSettingsList(std::string const& arg) const;

Return Value

The list of values specified for the setting.

Parameters

NameDescription
argThe setting name to get (e.g. "-foo").