Load length double values from stream into result.
Declared in <bslx_instreamfunctions.h>
static
STREAM&
getArray(
STREAM& stream,
double* result,
int length);
Load into the specified result the specified length values read from the specified stream, and return a reference to stream. If stream is initially invalid, *result is unchanged. If stream becomes invalid during this operation, the contents of result have an undefined, but valid, state.
a reference to stream
| Name | Description |
|---|---|
| stream | input stream from which to read |
| result | array to receive the unexternalized values |
| length | number of values to read into result |