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