[#SettingTo-02] = SettingTo :mrdocs: Convert a settings value to an optional integer. == Synopsis Declared in `<common/args.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<std::integral Int> std::optional<Int> SettingTo(xref:common/SettingsValue.adoc[common::SettingsValue] const& value); ---- == Return Value The integer value, or std::nullopt when unset. == Parameters [cols="1,4"] |=== | Name| Description | *value* | The settings value to convert. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#