Read settings file.
Declared in <common/settings.h>
bool
ReadSettings(
fs::path const& path,
std::map<std::string, SettingsValue>& values,
std::vector<std::string>& errors);
true if the file was read successfully.
| Name | Description |
|---|---|
| path | Path to the settings file. |
| values | Populated with the settings read from the file. |
| errors | Populated with any parse errors encountered. |