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

Method Ctor

03-Constructors/ctor.cpp:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4struct Ctor
5{
6 Ctor(std::string msg) : mMsg(msg) {}
7 Ctor(double x,double y)
8 {
9 std::stringstream os;

Callers 1

ctor.pyFile · 0.80

Calls 1

strMethod · 0.80

Tested by

no test coverage detected