MCPcopy Create free account
hub / github.com/charto/nbind / catenate2

Method catenate2

test/PrimitiveMethods.cc:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 std::string catenate2(const std::string &x, const std::string &y) {
53 return(x + y);
54 }
55
56 template <typename T>
57 static T toInt(double x) {

Callers 1

test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected