Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
struct Ctor
5
{
6
Ctor(std::string msg) : mMsg(msg) {}
7
Ctor(double x,double y)
8
{
9
std::stringstream os;
Callers
1
ctor.py
File · 0.80
Calls
1
str
Method · 0.80
Tested by
no test coverage detected