[#common-SettingsSpan-2constructor-0c] = xref:common.adoc[common]::xref:common/SettingsSpan.adoc[SettingsSpan]::SettingsSpan :relfileprefix: ../../ :mrdocs: Construct a span over a vector of values. == Synopsis Declared in `<common/settings.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit SettingsSpan(std::vector<SettingsValue> const& vec) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *vec* | The vector to span. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#