class BufferRawSink
Defined at line 39 of file ../../third_party/abseil-cpp/absl/strings/internal/str_format/output.h
RawSink implementation that writes into a char* buffer.
It will not overflow the buffer, but will keep the total count of chars
that would have been written.
Public Methods
void BufferRawSink (char * buffer, size_t size)
Defined at line 41 of file ../../third_party/abseil-cpp/absl/strings/internal/str_format/output.h
void Write (string_view v)
size_t total_written ()
Defined at line 43 of file ../../third_party/abseil-cpp/absl/strings/internal/str_format/output.h