BloombergLP::bdlc::PackedIntArrayImp_Signed::bdexGet32

Read a 32-bit signed integer from stream into variable.

Synopsis

Declared in <bdlc_packedintarray.h>

template<class STREAM>
static
void
bdexGet32(
    STREAM& stream,
    int32_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
variable32-bit signed value to populate