Serialize an unsigned 64‐bit integer to a stream in little‐endian order.

Synopsis

Declared in <serialize.h>

template<typename Stream>
void
Serialize(
    Stream& s,
    uint64_t a);

Parameters

Name

Description

s

The output stream.

a

The value to serialize.

Created with MrDocs