Write a 16-bit signed integer value to stream.
Declared in <bdlc_packedintarray.h>
template<class STREAM>
static
void
bdexPut16(
STREAM& stream,
int16_t value);
Write to the specified stream the specified value as per the requirements of the BDEX protocol.
| Name | Description |
|---|---|
| stream | output stream to write to |
| value | 16-bit signed value to write |