[#BloombergLP-bbldc-bdexStreamIn] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bbldc.adoc[bbldc]::bdexStreamIn :relfileprefix: ../../ :mrdocs: Load into the specified `variable` the `DayCountConvention::Enum` value read from the specified input `stream` using the specified `version` format, and return a reference to `stream`. If `stream` is initially invalid, this operation has no effect. If `version` is not supported by `DayCountConvention`, `variable` is unaltered and `stream` is invalidated, but otherwise unmodified. If `version` is supported by `DayCountConvention` but `stream` becomes invalid during this operation, `variable` has an undefined, but valid, state. The behavior is undefined unless `STREAM` is BDEX‐compliant. Note that no version is read from `stream`. See the `bslx` package‐level documentation for more information on BDEX streaming of value‐semantic types and containers. == Synopsis Declared in `<bbldc_daycountconvention.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class STREAM> STREAM& bdexStreamIn( STREAM& stream, xref:BloombergLP/bbldc/DayCountConvention/Enum.adoc[DayCountConvention::Enum]& variable, int version); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#