BloombergLP::bdlc::PackedIntArrayImp_Signed::bdexPut64

Write a 64-bit signed integer value to stream.

Synopsis

Declared in <bdlc_packedintarray.h>

template<class STREAM>
static
void
bdexPut64(
    STREAM& stream,
    int64_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
value64-bit signed value to write