[#BloombergLP-bslx-operator_rshift-03a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::operator>> :relfileprefix: ../../ :mrdocs: Right shift operators == Synopses Declared in `<bslx_byteinstream.h>` Read a BDEX‐compliant `value` from the specified input `stream`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> xref:BloombergLP/bslx/ByteInStream.adoc[ByteInStream]& xref:BloombergLP/bslx/operator_rshift-038.adoc[operator>>]( xref:BloombergLP/bslx/ByteInStream.adoc[ByteInStream]& stream, TYPE& value); ---- [.small]#xref:BloombergLP/bslx/operator_rshift-038.adoc[_» more..._]# Read a BDEX‐compliant `value` from the specified test input `stream`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> xref:BloombergLP/bslx/TestInStream.adoc[TestInStream]& xref:BloombergLP/bslx/operator_rshift-0c.adoc[operator>>]( xref:BloombergLP/bslx/TestInStream.adoc[TestInStream]& stream, TYPE& value); ---- [.small]#xref:BloombergLP/bslx/operator_rshift-0c.adoc[_» more..._]# Read the specified `value` from the specified input `stream`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class STREAMBUF, class TYPE> xref:BloombergLP/bslx/GenericInStream.adoc[GenericInStream<STREAMBUF>]& xref:BloombergLP/bslx/operator_rshift-07.adoc[operator>>]( xref:BloombergLP/bslx/GenericInStream.adoc[GenericInStream<STREAMBUF>]& stream, TYPE& value); ---- [.small]#xref:BloombergLP/bslx/operator_rshift-07.adoc[_» more..._]# == Return Value a reference to `stream` == Parameters [cols="1,4"] |=== | Name| Description | *stream* | input stream to read from | *value* | destination for the extracted value |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#