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

Method str

07-Operators/operators.cpp:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 return *this;
12 }
13 std::string str() const
14 {
15 std::stringstream s;
16 s << mN;
17 return s.str();
18 }
19 std::string repr() const
20 {
21 std::stringstream s;

Callers 5

manyMethod · 0.80
doitMethod · 0.80
makeItMethod · 0.80
CtorMethod · 0.80
reprMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected