[#BloombergLP-bslx-InStreamFunctions-InStreamFunctions_AccessorHelper-getArray-04] = 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: `getArray` overloads == Synopses Declared in `<bslx_instreamfunctions.h>` 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class VALUE_TYPE, class ALLOC> static STREAM& xref:BloombergLP/bslx/InStreamFunctions/InStreamFunctions_AccessorHelper/getArray-03.adoc[getArray]( STREAM& stream, xref:bsl/vector-00d.adoc[bsl::vector<VALUE_TYPE, ALLOC>]& variable); ---- [.small]#xref:BloombergLP/bslx/InStreamFunctions/InStreamFunctions_AccessorHelper/getArray-03.adoc[_» more..._]# Read an array of the specified `length` from the specified `stream` into the specified `result`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static STREAM& xref:BloombergLP/bslx/InStreamFunctions/InStreamFunctions_AccessorHelper/getArray-01c.adoc[getArray]( STREAM& stream, xref:BloombergLP/bsls/Types/Int64.adoc[bsls::Types::Int64]* result, int length); ---- [.small]#xref:BloombergLP/bslx/InStreamFunctions/InStreamFunctions_AccessorHelper/getArray-01c.adoc[_» more..._]# Read an array of the specified `length` from the specified `stream` into the specified `result`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static STREAM& xref:BloombergLP/bslx/InStreamFunctions/InStreamFunctions_AccessorHelper/getArray-015.adoc[getArray]( STREAM& stream, xref:BloombergLP/bsls/Types/Uint64.adoc[bsls::Types::Uint64]* result, int length); ---- [.small]#xref:BloombergLP/bslx/InStreamFunctions/InStreamFunctions_AccessorHelper/getArray-015.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static STREAM& xref:BloombergLP/bslx/InStreamFunctions/InStreamFunctions_AccessorHelper/getArray-00c.adoc[getArray]( STREAM& stream, bool* result, int length); ---- [.small]#xref:BloombergLP/bslx/InStreamFunctions/InStreamFunctions_AccessorHelper/getArray-00c.adoc[_» more..._]# Read an array of the specified `length` from the specified `stream` into the specified `result`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static STREAM& xref:BloombergLP/bslx/InStreamFunctions/InStreamFunctions_AccessorHelper/getArray-005.adoc[getArray]( STREAM& stream, char* result, int length); ---- [.small]#xref:BloombergLP/bslx/InStreamFunctions/InStreamFunctions_AccessorHelper/getArray-005.adoc[_» more..._]# Read an array of the specified `length` from the specified `stream` into the specified `result`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static STREAM& xref:BloombergLP/bslx/InStreamFunctions/InStreamFunctions_AccessorHelper/getArray-0bcb.adoc[getArray]( STREAM& stream, double* result, int length); ---- [.small]#xref:BloombergLP/bslx/InStreamFunctions/InStreamFunctions_AccessorHelper/getArray-0bcb.adoc[_» more..._]# Read an array of the specified `length` from the specified `stream` into the specified `result`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static STREAM& xref:BloombergLP/bslx/InStreamFunctions/InStreamFunctions_AccessorHelper/getArray-0a.adoc[getArray]( STREAM& stream, float* result, int length); ---- [.small]#xref:BloombergLP/bslx/InStreamFunctions/InStreamFunctions_AccessorHelper/getArray-0a.adoc[_» more..._]# Read an array of the specified `length` from the specified `stream` into the specified `result`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static STREAM& xref:BloombergLP/bslx/InStreamFunctions/InStreamFunctions_AccessorHelper/getArray-0ba.adoc[getArray]( STREAM& stream, int* result, int length); ---- [.small]#xref:BloombergLP/bslx/InStreamFunctions/InStreamFunctions_AccessorHelper/getArray-0ba.adoc[_» more..._]# Read an array of the specified `length` from the specified `stream` into the specified `result`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static STREAM& xref:BloombergLP/bslx/InStreamFunctions/InStreamFunctions_AccessorHelper/getArray-0b5.adoc[getArray]( STREAM& stream, short* result, int length); ---- [.small]#xref:BloombergLP/bslx/InStreamFunctions/InStreamFunctions_AccessorHelper/getArray-0b5.adoc[_» more..._]# Read an array of the specified `length` from the specified `stream` into the specified `result`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static STREAM& xref:BloombergLP/bslx/InStreamFunctions/InStreamFunctions_AccessorHelper/getArray-052.adoc[getArray]( STREAM& stream, signed char* result, int length); ---- [.small]#xref:BloombergLP/bslx/InStreamFunctions/InStreamFunctions_AccessorHelper/getArray-052.adoc[_» more..._]# Read an array of the specified `length` from the specified `stream` into the specified `result`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static STREAM& xref:BloombergLP/bslx/InStreamFunctions/InStreamFunctions_AccessorHelper/getArray-0bc6.adoc[getArray]( STREAM& stream, unsigned char* result, int length); ---- [.small]#xref:BloombergLP/bslx/InStreamFunctions/InStreamFunctions_AccessorHelper/getArray-0bc6.adoc[_» more..._]# Read an array of the specified `length` from the specified `stream` into the specified `result`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static STREAM& xref:BloombergLP/bslx/InStreamFunctions/InStreamFunctions_AccessorHelper/getArray-05f.adoc[getArray]( STREAM& stream, unsigned int* result, int length); ---- [.small]#xref:BloombergLP/bslx/InStreamFunctions/InStreamFunctions_AccessorHelper/getArray-05f.adoc[_» more..._]# Read an array of the specified `length` from the specified `stream` into the specified `result`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static STREAM& xref:BloombergLP/bslx/InStreamFunctions/InStreamFunctions_AccessorHelper/getArray-0c.adoc[getArray]( STREAM& stream, unsigned short* result, int length); ---- [.small]#xref:BloombergLP/bslx/InStreamFunctions/InStreamFunctions_AccessorHelper/getArray-0c.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#