Unserialize a time point from a value of the underlying representation type.
Declared in <serialize.h>
template<
typename Stream,
typename Tp>
void
Unser(
Stream& s,
Tp& tp);
| Name | Description |
|---|---|
| s | The input stream. |
| tp | The time point to read into. |