ChronoFormatter

Formatter that serializes a time point as its underlying representation type U.

Synopsis

Declared in <serialize.h>

template<
    typename U,
    bool LOSSY = false>
struct ChronoFormatter;

Member Functions

NameDescription
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.