Constructs a capture that writes the character count to p.

Synopsis

Declared in <absl/strings/str_format.h>

explicit
FormatCountCapture(int* p);

Parameters

Name

Description

p

Pointer to the integer that receives the character count.

Created with MrDocs