Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
template <typename A, typename B>
5
auto my_add(A a, B b) {
6
return a + b;
7
}
8
9
int main() {
10
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected