Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
template<typename... Args>
7
constexpr auto plus(Args... args) { return (... + args); }
8
9
template<typename... Args>
10
constexpr auto minus(Args... args) { return (... - args); }
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected