Construct a span over a single value.

Synopsis

Declared in <common/settings.h>

explicit
SettingsSpan(SettingsValue const& value) noexcept;

Parameters

Name

Description

value

The value to span.

Created with MrDocs