MCPcopy 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
6template<int... Ints>
7constexpr int fold_minus() {
8 return fold_minus_impl<0, Ints...>();
9}
10
11static_assert(fold_minus() == -5);
12

Callers 1

Issue91.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected