Appends the formatted time to a stringify sink.

Synopsis

Declared in <absl/time/time.h>

template<typename Sink>
void
AbslStringify(
    Sink& sink,
    Time t);

Description

Support for StrFormat(), StrCat() etc.

Parameters

Name

Description

sink

The sink to append to.

t

The time to stringify.

Created with MrDocs