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