MCPcopy Create free account
hub / github.com/ablab/spades / width

Method width

ext/include/cppformat/format.h:1030–1030  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1028struct TypeSpec : EmptySpec {
1029 Alignment align() const { return ALIGN_DEFAULT; }
1030 unsigned width() const { return 0; }
1031 int precision() const { return -1; }
1032 bool flag(unsigned) const { return false; }
1033 char type() const { return TYPE; }

Callers 6

sFunction · 0.45
jquery-ui.min.jsFile · 0.45
write_strMethod · 0.45
prepare_int_bufferMethod · 0.45
write_doubleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected