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

Method FormatInt

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

Source from the content-addressed store, hash-verified

2247
2248 public:
2249 explicit FormatInt(int value) { FormatSigned(value); }
2250 explicit FormatInt(long value) { FormatSigned(value); }
2251 explicit FormatInt(LongLong value) { FormatSigned(value); }
2252 explicit FormatInt(unsigned value) : str_(format_decimal(value)) {}

Callers

nothing calls this directly

Calls 1

format_decimalFunction · 0.70

Tested by

no test coverage detected