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.
Declared in <balber_berencoderoptions.h>
template<typename t_STREAM>
t_STREAM&
bdexStreamIn(
t_STREAM& stream,
int version);
reference to the modifiable stream
| Name | Description |
|---|---|
| stream | input stream providing the object value |
| version | BDEX format version to use for decoding |