Unparses a flag value of type T into a string value. Do not add overloads of this function for your type directly; instead, add an AbslUnparseFlag() free function as documented above.
Declared in <absl/flags/marshalling.h>
template<typename T>
std::string
UnparseFlag(T const& v);
The string representation of v.
| Name | Description |
|---|---|
| v | The value to unparse. |