[#BloombergLP-bslx-MarshallingUtil-putArrayInt32-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::xref:BloombergLP/bslx/MarshallingUtil.adoc[MarshallingUtil]::putArrayInt32 :relfileprefix: ../../../ :mrdocs: `putArrayInt32` overloads == Synopses Declared in `<bslx_marshallingutil.h>` Load into the specified `buffer` the consecutive four‐byte, two's complement integers (in network byte order) comprised of the least‐significant four 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`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bslx/MarshallingUtil/putArrayInt32-0a.adoc[putArrayInt32]( char* buffer, int const* values, int numValues); ---- [.small]#xref:BloombergLP/bslx/MarshallingUtil/putArrayInt32-0a.adoc[_» more..._]# Same as the preceding overload for `const unsigned int *values`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bslx/MarshallingUtil/putArrayInt32-00.adoc[putArrayInt32]( char* buffer, unsigned int const* values, int numValues); ---- [.small]#xref:BloombergLP/bslx/MarshallingUtil/putArrayInt32-00.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#