Deleted overload that forbids serializing char; use uint8_t or int8_t instead.

Synopsis

Declared in <serialize.h>

template<
    typename Stream,
    CharNotInt8 V>
void
Serialize(
    Stream& s,
    V v) = delete;

Parameters

Name

Description

s

The output stream.

v

The char value that must not be serialized.

Created with MrDocs