Template Function sdv::from_stream#

Function Documentation#

template<typename TTraits = std::char_traits<char>>
pointer<uint8_t> sdv::from_stream(std::basic_streambuf<char, TTraits> *pStreamBuf)#

C++ library stream support - reading from stream.

Template Parameters:

TTraits – Character traits of the stream buffer.

Parameters:

pStreamBuf[inout] Pointer to the stream buffer to read from.

Returns:

Pointer object created from the stream buffer.