[#ChronoFormatter] = ChronoFormatter :mrdocs: Formatter that serializes a time point as its underlying representation type U. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename U, bool LOSSY = false> struct ChronoFormatter; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:ChronoFormatter/Ser.adoc[`Ser`] | Serialize a time point as a value of the underlying representation type. | xref:ChronoFormatter/Unser.adoc[`Unser`] | Unserialize a time point from a value of the underlying representation type. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#