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