[#BloombergLP-bslx-OutStreamFunctions-bdexStreamOut-0c4] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::xref:BloombergLP/bslx/OutStreamFunctions.adoc[OutStreamFunctions]::bdexStreamOut :relfileprefix: ../../../ :mrdocs: Write the specified `bsl::vector<float, ALLOC>` `value` to the specified output `stream`, and return a reference to `stream`. The specified `version` is ignored. If `stream` is initially invalid, this operation has no effect. See the `bslx` package‐level documentation for more information on BDEX streaming of value‐semantic types and containers. == Synopsis Declared in `<bslx_outstreamfunctions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class STREAM, class ALLOC> STREAM& bdexStreamOut( STREAM& stream, xref:bsl/vector-00d.adoc[bsl::vector<float, ALLOC>] const& value, int version); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#