Formatter that serializes a time point as its underlying representation type U.
Declared in <serialize.h>
template<
typename U,
bool LOSSY = false>
struct ChronoFormatter;
| Name | Description |
|---|---|
Ser | Serialize a time point as a value of the underlying representation type. |
Unser | Unserialize a time point from a value of the underlying representation type. |