Read and interpret configuration settings from a string.
Declared in <common/args.h>
[[nodiscard, requires_capability(0x7f2e381abaf8)]]
bool
ReadConfigString(std::string const& str_config);
true if the string was parsed successfully.
The return value should not be discarded.
| Name | Description |
|---|---|
| str_config | The configuration text to parse. |