absl::AbslUnparseFlag

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

NameDescription
dThe duration to unparse.