[#common-SettingsSpan-2constructor-0ac] = xref:common.adoc[common]::xref:common/SettingsSpan.adoc[SettingsSpan]::SettingsSpan :relfileprefix: ../../ :mrdocs: Construct a span over a raw pointer and length. == Synopsis Declared in `<common/settings.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit SettingsSpan( xref:common/SettingsValue.adoc[SettingsValue] const* data, size_t size) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *data* | Pointer to the first value. | *size* | Number of values. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#