MCPcopy Create free account
hub / github.com/Dobiasd/FunctionalPlus / regular_function_sum

Function regular_function_sum

test/invoke_test.cpp:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119namespace {
120int regular_function_sum(int a, int b)
121{
122 return a + b;
123}
124
125template <unsigned int N, typename... Args>
126auto return_n_arg_type(Args&&... args) -> typename std::tuple_element<N, std::tuple<Args...>>::type

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected