MCPcopy Create free account
hub / github.com/TNG/boost-python-examples / Example

Method Example

09-Overloading/overload.cpp:6–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4class Example {
5public:
6 Example()
7 {}
8
9 void doit() { mS = "void"; }
10 std::string doit(unsigned int i)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected