[#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 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. [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 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. [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` 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. [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..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#