Write this value to the specified output stream.
Declared in <bdlde_crc64.h>
template<class STREAM>
STREAM&
bdexStreamOut(
STREAM& stream,
int version) const;
Write this value to the specified output stream using the specified version format, 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.
a reference to stream
| Name | Description |
|---|---|
| stream | output stream |
| version | BDEX format version |