struct UnboundConversion

Defined at line 33 of file ../../third_party/abseil-cpp/absl/strings/internal/str_format/constexpr_parser.h

The analyzed properties of a single specified conversion.

Public Members

int arg_position
InputValue width
InputValue precision
Flags flags
LengthMod length_mod
FormatConversionChar conv

Public Methods

void UnboundConversion ()

This is a user defined default constructor on purpose to skip the

initialization of parts of the object that are not necessary.

Defined at line 36 of file ../../third_party/abseil-cpp/absl/strings/internal/str_format/constexpr_parser.h

void UnboundConversion (absl::ConstInitType )

This constructor is provided for the static checker. We don't want to do

the unnecessary initialization in the normal case.

Defined at line 40 of file ../../third_party/abseil-cpp/absl/strings/internal/str_format/constexpr_parser.h

Records