[#absl-FormatCountCapture-2constructor] = xref:absl.adoc[absl]::xref:absl/FormatCountCapture.adoc[FormatCountCapture]::FormatCountCapture :relfileprefix: ../../ :mrdocs: Constructs a capture that writes the character count to `p`. == Synopsis Declared in `<absl/strings/str_format.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit FormatCountCapture(int* p); ---- == Parameters [cols="1,4"] |=== | Name| Description | *p* | Pointer to the integer that receives the character count. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#