Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ fold_minus
Function
fold_minus
tests/Issue91.cpp:7–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
6
template<int... Ints>
7
constexpr int fold_minus() {
8
return fold_minus_impl<0, Ints...>();
9
}
10
11
static_assert(fold_minus() == -5);
12
Callers
1
Issue91.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected