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

Name

Description

d

The duration to unparse.

Created with MrDocs