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
Name |
Description |
data |
Pointer to the first value. |
size |
Number of values. |
Created with MrDocs