[#absl-FormatRawSink-2constructor] = xref:absl.adoc[absl]::xref:absl/FormatRawSink.adoc[FormatRawSink]::FormatRawSink :relfileprefix: ../../ :mrdocs: Implicitly convert from any type that provides the hook function as described above. == Synopsis Declared in `<absl/strings/str_format.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> requires std::is_constructible_v< str_format_internal::FormatRawSinkImpl, T*> FormatRawSink(T* raw); ---- == Parameters [cols="1,4"] |=== | Name| Description | *raw* | Pointer to the underlying sink object. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#