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

Method align

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

Source from the content-addressed store, hash-verified

1027template <char TYPE>
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; }

Callers 6

edistFunction · 0.45
edistFunction · 0.45
edistFunction · 0.45
write_strMethod · 0.45
prepare_int_bufferMethod · 0.45
write_doubleMethod · 0.45

Calls

no outgoing calls

Tested by 1

edistFunction · 0.36