Read a 64-bit signed integer from stream into variable.
Declared in <bdlc_packedintarray.h>
template<class STREAM>
static
void
bdexGet64(
STREAM& stream,
int64_t& variable);
Read from the specified stream the specified variable as per the requirements of the BDEX protocol.
| Name | Description |
|---|---|
| stream | input stream to read from |
| variable | 64-bit signed value to populate |