Same as the preceding overload for `const bsls::Types::Uint64 *values`.
Declared in <bslx_marshallingutil.h>
static
void
putArrayInt40(
char* buffer,
bsls::Types::Uint64 const* values,
int numValues);
| Name | Description |
|---|---|
| buffer | destination buffer in network byte order |
| values | array of host-order five-byte integers to write |
| numValues | number of values to write |