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

Method f3

examples/source/c_call.cpp:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12struct fer {
13 double f3(int, int) {
14 return 2.5;
15 }
16};
17
18int main() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected