MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / minus

Function minus

tests/FoldExpressionTest.cpp:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9template<typename... Args>
10constexpr auto minus(Args... args) { return (... - args); }
11
12template<typename... Args>
13constexpr auto times(Args... args) { return (... * args); }

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected