Serialize a time point as a value of the underlying representation type.
Declared in <serialize.h>
template<
typename Stream,
typename Tp>
void
Ser(
Stream& s,
Tp tp);
| Name | Description |
|---|---|
| s | The output stream. |
| tp | The time point to serialize. |