MCPcopy Create free account
hub / github.com/ThePhD/sol2 / my_add

Function my_add

examples/source/tutorials/writing_template_functions.cpp:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4template <typename A, typename B>
5auto my_add(A a, B b) {
6 return a + b;
7}
8
9int main() {
10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected