#include <bind.h>
Public Member Functions | |
const FormatArgImpl * | arg () const |
void | set_arg (const FormatArgImpl *a) |
Public Member Functions inherited from absl::str_format_internal::ConversionSpec | |
ConversionChar | conv () const |
Flags | flags () const |
LengthMod | length_mod () const |
int | precision () const |
void | set_conv (ConversionChar c) |
void | set_flags (Flags f) |
void | set_left (bool b) |
void | set_length_mod (LengthMod lm) |
void | set_precision (int p) |
void | set_width (int w) |
int | width () const |
Private Attributes | |
const FormatArgImpl * | arg_ |
|
inline |
|
inline |
|
private |