[#BloombergLP-balb-Enumerated-bdexStreamIn] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balb.adoc[balb]::xref:BloombergLP/balb/Enumerated.adoc[Enumerated]::bdexStreamIn :relfileprefix: ../../../ :mrdocs: Assign to the specified `value` the value read from the specified input `stream` using the specified `version` format and return a reference to the modifiable `stream`. If `stream` is initially invalid, this operation has no effect. If `stream` becomes invalid during this operation, the `value` is valid, but its value is undefined. If the specified `version` is not supported, `stream` is marked invalid, but `value` is unaltered. Note that no version is read from `stream`. (See the package‐group‐level documentation for more information on `bdex` streaming of container types.) == Synopsis Declared in `<balb_testmessages.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class STREAM> static STREAM& bdexStreamIn( STREAM& stream, xref:BloombergLP/balb/Enumerated/Value.adoc[Value]& value, int version); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#