Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ Issue91.cpp
File
Issue91.cpp
tests/Issue91.cpp:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
template<int... Ints>
2
constexpr int fold_minus_impl() {
3
return (Ints - ... - 5);
4
}
Callers
nothing calls this directly
Calls
1
fold_minus
Function · 0.85
Tested by
no test coverage detected