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

Function my_add

examples/source/functions.cpp:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include <iostream>
5
6inline int my_add(int x, int y) {
7 return x + y;
8}
9
10struct multiplier {
11 int operator()(int x) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected