[#BloombergLP-balb-CustomInt-bdexStreamOut] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balb.adoc[balb]::xref:BloombergLP/balb/CustomInt.adoc[CustomInt]::bdexStreamOut :relfileprefix: ../../../ :mrdocs: Write the value of this object to the specified output `stream` using the specified `version` format and return a reference to the modifiable `stream`. == Synopsis Declared in `<balb_testmessages.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class STREAM> STREAM& bdexStreamOut( STREAM& stream, int version) const; ---- == Description If `version` is not supported, `stream` is 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. == 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]#