absl::UnparseFlag

Deprecated. Use AbslUnparseFlag() instead.

Synopsis

Declared in <absl/time/time.h>

[[deprecated("Use AbslUnparseFlag() instead.")]]
std::string
UnparseFlag(Duration d);

WARNING

Deprecated: Use AbslUnparseFlag() instead.. Use of this entity is allowed but discouraged.

Return Value

The command-line string representation of d.

Parameters

NameDescription
dThe duration to unparse.