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