[#ChronoFormatter-Unser] = xref:ChronoFormatter.adoc[ChronoFormatter]::Unser :relfileprefix: ../ :mrdocs: Unserialize a time point from a value of the underlying representation type. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename Stream, typename Tp> void Unser( Stream& s, Tp& tp); ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | The input stream. | *tp* | The time point to read into. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#