Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlatformLab/NanoLog
/ templateSum
Function
templateSum
runtime/PerfHelper.h:155–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
154
template<typename T>
155
T templateSum(T v) {
156
return v;
157
}
158
159
template<typename T, typename... Args>
160
T templateSum(T first, Args... args) {
Callers
1
aggregate_templates
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected