[#ParamsStream-02-GetStream-06] = xref:ParamsStream-02.adoc[ParamsStream]::GetStream :relfileprefix: ../ :mrdocs: `GetStream` overloads == Synopses Declared in `<serialize.h>` Get reference to underlying stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- auto& xref:ParamsStream-02/GetStream-02.adoc[GetStream](); ---- [.small]#xref:ParamsStream-02/GetStream-02.adoc[_» more..._]# Get const reference to underlying stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- auto const& xref:ParamsStream-02/GetStream-0f.adoc[GetStream]() const; ---- [.small]#xref:ParamsStream-02/GetStream-0f.adoc[_» more..._]# == Return Value * A reference to the innermost wrapped stream. * A const reference to the innermost wrapped stream. [.small]#Created with https://www.mrdocs.com[MrDocs]#