DataStream::DataStream

Construct a stream initialized from a span of stored elements.

Synopsis

Declared in <streams.h>

explicit
DataStream(std::span<value_type const> sp);

Parameters

NameDescription
spElements copied into the stream as its initial contents.