BloombergLP::bslx::InStreamFunctions::InStreamFunctions_AccessorHelper::getArray

Assign to the specified variable the bsl::vector<VALUE_TYPE, ALLOC> value read from the specified input stream, and return a reference to stream. If stream is initially invalid, this operation has no effect. If stream becomes invalid during this operation, variable has an undefined, but valid, state.

Synopsis

Declared in <bslx_instreamfunctions.h>

template<
    class VALUE_TYPE,
    class ALLOC>
static
STREAM&
getArray(
    STREAM& stream,
    bsl::vector<VALUE_TYPE, ALLOC>& variable);