BloombergLP::bdlc::PackedIntArrayImp_Unsigned::bdexGet64

Read a 64-bit unsigned integer from stream.

Synopsis

Declared in <bdlc_packedintarray.h>

template<class STREAM>
static
void
bdexGet64(
    STREAM& stream,
    uint64_t& variable);

Description

Read from the specified stream the specified variable as per the requirements of the BDEX protocol.

Parameters

NameDescription
streaminput stream to read from
variable64-bit unsigned value to populate