MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / format

Function format

cp-profiler/src/cpprofiler/utils/debug.hh:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41inline std::string format(const char *temp)
42{
43 return temp;
44}
45
46template <typename T, typename... Types>
47std::string format(const char *temp, T value, Types... args)

Callers 2

highlightBlockMethod · 0.85
printFunction · 0.85

Calls 1

strMethod · 0.80

Tested by

no test coverage detected