[#BloombergLP-bbldc-DayCountConvention-bdexStreamOut] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bbldc.adoc[bbldc]::xref:BloombergLP/bbldc/DayCountConvention.adoc[DayCountConvention]::bdexStreamOut :relfileprefix: ../../../ :mrdocs: Write the value of the specified `value`, using the specified `version` format, to the specified output `stream`, and return a reference to `stream`. If `stream` is initially invalid, this operation has no effect. If `version` is not supported, `stream` is invalidated, but otherwise unmodified. Note that `version` is not written to `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> static STREAM& bdexStreamOut( STREAM& stream, xref:BloombergLP/bbldc/DayCountConvention/Enum.adoc[DayCountConvention::Enum] value, int version); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#