Implicitly convert from any type that provides the hook function as described above.
Declared in <absl/strings/str_format.h>
template<typename T>
requires std::is_constructible_v<
str_format_internal::FormatRawSinkImpl, T*>
FormatRawSink(T* raw);
| Name | Description |
|---|---|
| raw | Pointer to the underlying sink object. |