[#BloombergLP-bslx-MarshallingUtil-putArrayInt40-00f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::xref:BloombergLP/bslx/MarshallingUtil.adoc[MarshallingUtil]::putArrayInt40 :relfileprefix: ../../../ :mrdocs: Store consecutive five‐byte integers from the specified `values` into the specified `buffer`. == Synopsis Declared in `<bslx_marshallingutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void putArrayInt40( char* buffer, xref:BloombergLP/bsls/Types/Int64.adoc[bsls::Types::Int64] const* values, int numValues); ---- == Description Load into the specified `buffer` the consecutive five‐byte, two's complement integers (in network byte order) comprised of the least‐significant five bytes of each of the specified `numValues` leading entries in the specified `values` (in host byte order). The behavior is undefined unless `buffer` has sufficient capacity, `values` has sufficient contents, and `0 <= numValues`. [.small]#Created with https://www.mrdocs.com[MrDocs]#