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

Method func

examples/source/tutorials/writing_member_functions.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 }
9
10 int func() {
11 ++a; // increment a by 1
12 return a;
13 }
14};
15
16int main() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected