[#BloombergLP-balber-BerEncoderOptions-bdexStreamOut] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balber.adoc[balber]::xref:BloombergLP/balber/BerEncoderOptions.adoc[BerEncoderOptions]::bdexStreamOut :relfileprefix: ../../../ :mrdocs: Write the value of this object to the specified output `stream` using the specified `version` format. == Synopsis Declared in `<balber_berencoderoptions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename t_STREAM> t_STREAM& bdexStreamOut( t_STREAM& stream, int version) const; ---- == Return Value reference to `stream` == Parameters [cols="1,4"] |=== | Name| Description | *stream* | output stream to receive the object value | *version* | BDEX format version to use for encoding |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#