BloombergLP::balber::BerEncoderOptions::bdexStreamIn

Assign to this object the value read from the specified input stream using the specified version format and return a reference to the modifiable stream.

Synopsis

Declared in <balber_berencoderoptions.h>

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

Return Value

reference to the modifiable stream

Parameters

NameDescription
streaminput stream providing the object value
versionBDEX format version to use for decoding