Write the value of this object to the specified output stream using the specified version format.

Synopsis

Declared in <balber_berencoderoptions.h>

template<typename t_STREAM>
t_STREAM&
bdexStreamOut(
    t_STREAM& stream,
    int version) const;

Return Value

reference to stream

Parameters

Name

Description

stream

output stream to receive the object value

version

BDEX format version to use for encoding

Created with MrDocs