absl::FormatCountCapture::FormatCountCapture

Constructs a capture that writes the character count to p.

Synopsis

Declared in <absl/strings/str_format.h>

explicit
FormatCountCapture(int* p);

Parameters

NameDescription
pPointer to the integer that receives the character count.