common::SettingsSpan::SettingsSpan

Construct a span over a vector of values.

Synopsis

Declared in <common/settings.h>

explicit
SettingsSpan(std::vector<SettingsValue> const& vec) noexcept;

Parameters

NameDescription
vecThe vector to span.