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

Method has_width

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

Source from the content-addressed store, hash-verified

30 }
31
32 bool has_width() const { return width != -1; }
33 bool has_length() const { return length != 0; }
34
35 bool SpecifierMatch(char s1) const

Callers 2

WriteStringFunction · 0.80
WriteNumberStringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected