Read an array of the specified length from the specified stream into the specified result.

Synopsis

Declared in <bslx_instreamfunctions.h>

static
STREAM&
getArray(
    STREAM& stream,
    bsls::Types::Uint64* result,
    int length);

Created with MrDocs