common::SettingsSpan::SettingsSpan

Construct a span over a raw pointer and length.

Synopsis

Declared in <common/settings.h>

explicit
SettingsSpan(
    SettingsValue const* data,
    size_t size) noexcept;

Parameters

NameDescription
dataPointer to the first value.
sizeNumber of values.