[#BloombergLP-bslx-operator_rshift-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::operator>> :relfileprefix: ../../ :mrdocs: Read a BDEX‐compliant `value` from the specified test input `stream`. == Synopsis Declared in `<bslx_testinstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> xref:BloombergLP/bslx/TestInStream.adoc[TestInStream]& operator>>( xref:BloombergLP/bslx/TestInStream.adoc[TestInStream]& stream, TYPE& value); ---- == Description Read the specified `value` from the specified input `stream` following the requirements of the BDEX protocol (see the `bslx` package‐level documentation), and return a reference to `stream`. The behavior is undefined unless `TYPE` is BDEX‐compliant. == Return Value a reference to `stream` == Parameters [cols="1,4"] |=== | Name| Description | *stream* | test input stream to read from | *value* | BDEX‐compliant value to unexternalize |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#