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

Function plus

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

Source from the content-addressed store, hash-verified

5
6template<typename... Args>
7constexpr auto plus(Args... args) { return (... + args); }
8
9template<typename... Args>
10constexpr auto minus(Args... args) { return (... - args); }

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected