MCPcopy 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

1template<int... Ints>
2constexpr int fold_minus_impl() {
3 return (Ints - ... - 5);
4}
5
6template<int... Ints>
7constexpr int fold_minus() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected