Construct a stream initialized from a span of stored elements.
Synopsis
Declared in <streams.h>
explicit
DataStream(std::span<value_type const> sp);
Parameters
Name |
Description |
sp |
Elements copied into the stream as its initial contents. |
Created with MrDocs