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

Method member_function

examples/source/metatable_customization.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 int member_variable = 5;
9
10 double member_function() const {
11 return member_variable / 2.0;
12 }
13};
14
15#define TEMPLATE_AUTO(x) decltype(x), x

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected