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
Name |
Description |
stream |
input stream providing the object value |
version |
BDEX format version to use for decoding |
Created with MrDocs