Convert a settings value to an optional string.
Declared in <common/args.h>
std::optional<std::string>
SettingToString(common::SettingsValue const& value);
The string value, or std::nullopt when unset.
| Name | Description |
|---|---|
| value | The settings value to convert. |