[#BloombergLP-bslx-TestInStream_getProxy] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::TestInStream_getProxy :relfileprefix: ../../ :mrdocs: Return, by value, a test stream proxy for the specified parameterized `stream`. == Synopsis Declared in `<bslx_testinstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class BSLX_STREAM_TYPE> xref:BloombergLP/bslx/TestInStream_Proxy.adoc[TestInStream_Proxy<BSLX_STREAM_TYPE>] TestInStream_getProxy(BSLX_STREAM_TYPE* stream); ---- == Return Value a test stream proxy for `stream` == Parameters [cols="1,4"] |=== | Name| Description | *stream* | test stream to wrap; held, not owned |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#