MCPcopy 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
154template<typename T>
155T templateSum(T v) {
156 return v;
157}
158
159template<typename T, typename... Args>
160T templateSum(T first, Args... args) {

Callers 1

aggregate_templatesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected