absl::FormatRawSink::FormatRawSink

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

NameDescription
rawPointer to the underlying sink object.