class FormatRawSinkImpl

Defined at line 39 of file ../../third_party/abseil-cpp/absl/strings/internal/str_format/extension.h

Public Methods

template <typename T, decltype(str_format_internal::InvokeFlush(
                                                std::declval<T*>(), string_view()))* = nullptr>
void FormatRawSinkImpl (T * raw)

Implicitly convert from any type that provides the hook function as

described above.

Defined at line 45 of file ../../third_party/abseil-cpp/absl/strings/internal/str_format/extension.h

void Write (string_view s)

Defined at line 48 of file ../../third_party/abseil-cpp/absl/strings/internal/str_format/extension.h

template <typename T>
FormatRawSinkImpl Extract (T s)

Defined at line 51 of file ../../third_party/abseil-cpp/absl/strings/internal/str_format/extension.h