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