MCPcopy Create free account
hub / github.com/fmtlib/fmt / format_int

Method format_int

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

Source from the content-addressed store, hash-verified

4201
4202 public:
4203 FMT_CONSTEXPR20 explicit format_int(int value) : str_(format_signed(value)) {}
4204 FMT_CONSTEXPR20 explicit format_int(long value)
4205 : str_(format_signed(value)) {}
4206 FMT_CONSTEXPR20 explicit format_int(long long value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected