Appends the formatted duration to a stringify sink.
Declared in <absl/time/time.h>
template<typename Sink>
void
AbslStringify(
Sink& sink,
Duration d);
Support for StrFormat(), StrCat() etc.
| Name | Description |
|---|---|
| sink | The sink to append to. |
| d | The duration to stringify. |