Template Function sdv::to_stream#
Defined in File pointer.h
Function Documentation#
-
template<typename TTraits = std::char_traits<char>>
void sdv::to_stream(const pointer<uint8_t> &rptr, std::basic_streambuf<char, TTraits> *pStreamBuf)# C++ library stream support - writing to stream.
- Template Parameters:
TTraits – Character traits of the stream buffer.
- Parameters:
rptr – [in] Reference to the pointer to write to the stream.
pStreamBuf – [inout] Pointer to the stream buffer to write to.