MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / format_int

Method format_int

extlibs/fmt/include/fmt/format.h:2892–2892  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2890
2891 public:
2892 explicit format_int(int value) { format_signed(value); }
2893 explicit format_int(long value) { format_signed(value); }
2894 explicit format_int(long long value) { format_signed(value); }
2895 explicit format_int(unsigned value) : str_(format_decimal(value)) {}

Callers

nothing calls this directly

Calls 1

format_decimalFunction · 0.85

Tested by

no test coverage detected