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

Name

Description

str_config

The configuration text to parse.

Created with MrDocs