ChronoFormatter::Ser

Serialize a time point as a value of the underlying representation type.

Synopsis

Declared in <serialize.h>

template<
    typename Stream,
    typename Tp>
void
Ser(
    Stream& s,
    Tp tp);

Parameters

NameDescription
sThe output stream.
tpThe time point to serialize.