Serialize a signed 16‐bit integer to a stream in little‐endian order.

Synopsis

Declared in <serialize.h>

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

Parameters

Name

Description

s

The output stream.

a

The value to serialize.

Created with MrDocs