[#BloombergLP-bslx-InStreamFunctions-InStreamFunctions_AccessorHelper-getArray-00c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::xref:BloombergLP/bslx/InStreamFunctions.adoc[InStreamFunctions]::xref:BloombergLP/bslx/InStreamFunctions/InStreamFunctions_AccessorHelper.adoc[InStreamFunctions_AccessorHelper]::getArray :relfileprefix: ../../../../ :mrdocs: 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. == Synopsis Declared in `<bslx_instreamfunctions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static STREAM& getArray( STREAM& stream, bool* result, int length); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#