Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ fold_minus_impl
Function
fold_minus_impl
tests/Issue91.cpp:2–4 ·
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
}
5
6
template<int... Ints>
7
constexpr int fold_minus() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected