MCPcopy Create free account
hub / github.com/chen3feng/toft / FormatSpecification

Method FormatSpecification

base/string/format/specification.h:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 char specifier; // c, d, x, o, i, s, p...
24
25 FormatSpecification() :
26 width(-1),
27 length(0),
28 specifier('\0')
29 {
30 }
31
32 bool has_width() const { return width != -1; }
33 bool has_length() const { return length != 0; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected