[#BloombergLP-bslx-MarshallingUtil-putArrayInt24-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::xref:BloombergLP/bslx/MarshallingUtil.adoc[MarshallingUtil]::putArrayInt24 :relfileprefix: ../../../ :mrdocs: `putArrayInt24` overloads == Synopses Declared in `<bslx_marshallingutil.h>` Store consecutive three‐byte integers from the specified `values` into the specified `buffer`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bslx/MarshallingUtil/putArrayInt24-02.adoc[putArrayInt24]( char* buffer, int const* values, int numValues); ---- [.small]#xref:BloombergLP/bslx/MarshallingUtil/putArrayInt24-02.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/putArrayInt24-05.adoc[putArrayInt24]( char* buffer, unsigned int const* values, int numValues); ---- [.small]#xref:BloombergLP/bslx/MarshallingUtil/putArrayInt24-05.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#