ParamsStream::GetStream

GetStream overloads

Synopses

Declared in <serialize.h>

Get reference to underlying stream.

auto&
GetStream();
» more...

Get const reference to underlying stream.

auto const&
GetStream() const;
» more...

Return Value

  • A reference to the innermost wrapped stream.
  • A const reference to the innermost wrapped stream.