template <absl::FormatConversionCharSet C>
struct FormatConvertResult
Defined at line 880 of file ../../third_party/abseil-cpp/absl/strings/str_format.h
FormatConvertResult
Indicates whether a call to AbslFormatConvert() was successful.
This return type informs the StrFormat extension framework (through
ADL but using the return type) of what conversion characters are supported.
It is strongly discouraged to return {false}, as this will result in an
empty string in StrFormat.
Public Members
bool value