Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
inline std::string format(const char *temp)
42
{
43
return temp;
44
}
45
46
template <typename T, typename... Types>
47
std::string format(const char *temp, T value, Types... args)
Callers
2
highlightBlock
Method · 0.85
print
Function · 0.85
Calls
1
str
Method · 0.80
Tested by
no test coverage detected