BloombergLP::bdlc::PackedIntArrayImp_Unsigned::bdexPut16

Write value to stream as a 16-bit unsigned integer.

Synopsis

Declared in <bdlc_packedintarray.h>

template<class STREAM>
static
void
bdexPut16(
    STREAM& stream,
    uint16_t value);

Description

Write to the specified stream the specified value as per the requirements of the BDEX protocol.

Parameters

NameDescription
streamoutput stream to write to
value16-bit unsigned value to write