#include <str_format.h>
Public Member Functions | |
FormatCountCapture (int *p) | |
Private Member Functions | |
int * | Unused () |
Private Attributes | |
int * | p_ |
Friends | |
struct | str_format_internal::FormatCountCaptureHelper |
Definition at line 142 of file str_format.h.
absl::FormatCountCapture::FormatCountCapture | ( | int * | p | ) | [inline, explicit] |
Definition at line 144 of file str_format.h.
int* absl::FormatCountCapture::Unused | ( | ) | [inline, private] |
Definition at line 153 of file str_format.h.
friend struct str_format_internal::FormatCountCaptureHelper [friend] |
Definition at line 149 of file str_format.h.
int* absl::FormatCountCapture::p_ [private] |
Definition at line 154 of file str_format.h.