[#BloombergLP-bdlde-Md5-bdexStreamOut] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/Md5.adoc[Md5]::bdexStreamOut :relfileprefix: ../../../ :mrdocs: Write this value to the specified output `stream`. == Synopsis Declared in `<bdlde_md5.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class STREAM> STREAM& bdexStreamOut( STREAM& stream, int version) const; ---- == Description Write this value to the specified output `stream` and return a reference to the modifiable `stream`. Optionally specify an explicit `version` format; by default, the maximum supported version is written to `stream` and used as the format. If `version` is specified, that format is used, but _not_ written to `stream`. If `version` is not supported, `stream` is left unmodified. (See the package‐group‐level documentation for more information on `bdex` streaming of container types). == Return Value a reference to the modifiable `stream` == Parameters [cols="1,4"] |=== | Name| Description | *stream* | output stream | *version* | BDEX format version |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#