ChronoFormatter::Unser

Unserialize a time point from a value of the underlying representation type.

Synopsis

Declared in <serialize.h>

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

Parameters

NameDescription
sThe input stream.
tpThe time point to read into.