[#BloombergLP-bslx-InStreamFunctions-bdexStreamInImp-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::xref:BloombergLP/bslx/InStreamFunctions.adoc[InStreamFunctions]::bdexStreamInImp :relfileprefix: ../../../ :mrdocs: `bdexStreamInImp` overloads == Synopses Declared in `<bslx_instreamfunctions.h>` Unexternalize an enumeration `VALUE_TYPE` from `stream` into `variable`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class STREAM, class VALUE_TYPE> STREAM& xref:BloombergLP/bslx/InStreamFunctions/bdexStreamInImp-09.adoc[bdexStreamInImp]( STREAM& stream, VALUE_TYPE& variable, int version, xref:BloombergLP/bslx/InStreamFunctions/IsEnumType.adoc[IsEnumType] const& category); ---- [.small]#xref:BloombergLP/bslx/InStreamFunctions/bdexStreamInImp-09.adoc[_» more..._]# Unexternalize a non‐enumeration `VALUE_TYPE` from `stream` into `variable`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class STREAM, class VALUE_TYPE> STREAM& xref:BloombergLP/bslx/InStreamFunctions/bdexStreamInImp-02.adoc[bdexStreamInImp]( STREAM& stream, VALUE_TYPE& variable, int version, xref:BloombergLP/bslx/InStreamFunctions/IsNotEnumType.adoc[IsNotEnumType] const& category); ---- [.small]#xref:BloombergLP/bslx/InStreamFunctions/bdexStreamInImp-02.adoc[_» more..._]# == Return Value a reference to `stream` == Parameters [cols="1,4"] |=== | Name| Description | *stream* | input stream from which to read | *variable* | enumeration to receive the unexternalized value | *version* | ignored BDEX version (accepted for overload uniformity) | *category* | tag selecting the enumeration overload |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#