Construct a span over a vector of values.

Synopsis

Declared in <common/settings.h>

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

Parameters

Name

Description

vec

The vector to span.

Created with MrDocs