ArgsManager::ReadConfigString

Read and interpret configuration settings from a string.

Synopsis

Declared in <common/args.h>

[[nodiscard, requires_capability(0x7f2e381abaf8)]]
bool
ReadConfigString(std::string const& str_config);

Return Value

true if the string was parsed successfully.

NOTE

The return value should not be discarded.

Parameters

NameDescription
str_configThe configuration text to parse.