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