putArrayInt56 overloads
Declared in <bslx_marshallingutil.h>
Store consecutive seven-byte integers into the specified buffer.
static
void
putArrayInt56(
char* buffer,
bsls::Types::Int64 const* values,
int numValues);
» more...
Same as the preceding overload for `const bsls::Types::Uint64 *values`.
static
void
putArrayInt56(
char* buffer,
bsls::Types::Uint64 const* values,
int numValues);
» more...
| 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 |