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
Construct a span over a single value.
Declared in <common/settings.h>
explicit
SettingsSpan(SettingsValue const& value) noexcept;
Name |
Description |
value |
The value to span. |
Created with MrDocs