MCPcopy Create free account
hub / github.com/boost-ext/ut / sum

Method sum

example/suite.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33 template <class... TArgs>
34 constexpr auto sum(TArgs... args) -> int {
35 return (args + ...);
36 }
37};
38#endif
39

Callers 1

calcClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected