[#BloombergLP-bslx-MarshallingUtil-putArrayInt16-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::xref:BloombergLP/bslx/MarshallingUtil.adoc[MarshallingUtil]::putArrayInt16 :relfileprefix: ../../../ :mrdocs: `putArrayInt16` overloads == Synopses Declared in `<bslx_marshallingutil.h>` Store consecutive two‐byte integers into the specified `buffer`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bslx/MarshallingUtil/putArrayInt16-0e.adoc[putArrayInt16]( char* buffer, short const* values, int numValues); ---- [.small]#xref:BloombergLP/bslx/MarshallingUtil/putArrayInt16-0e.adoc[_» more..._]# Same as the preceding overload for `const unsigned short *values`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bslx/MarshallingUtil/putArrayInt16-0a.adoc[putArrayInt16]( char* buffer, unsigned short const* values, int numValues); ---- [.small]#xref:BloombergLP/bslx/MarshallingUtil/putArrayInt16-0a.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *buffer* | destination buffer in network byte order | *values* | array of host‐order two‐byte integers to write | *numValues* | number of values to write |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#