Write a 64‐bit unsigned integer value to stream.

Synopsis

Declared in <bdlc_packedintarray.h>

template<class STREAM>
static
void
bdexPut64(
    STREAM& stream,
    uint64_t value);

Description

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

Parameters

Name

Description

stream

output stream to write to

value

64‐bit unsigned value to write

Created with MrDocs