Unparses a Duration value into a command‐line string representation using the format specified by absl::ParseDuration().

Synopsis

Declared in <absl/time/time.h>

std::string
AbslUnparseFlag(Duration d);

Return Value

The command‐line string representation of d.

Parameters

Name

Description

d

The duration to unparse.

Created with MrDocs