MCPcopy Create free account
hub / github.com/Dobiasd/FunctionalPlus / nonCMemF

Method nonCMemF

test/function_traits_test.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 return CcI2SFree(str, x);
47 }
48 std::string nonCMemF(const std::string& str, int x)
49 {
50 return CcI2SFree(str, x);
51 }
52 std::string cnstMemF(const std::string& str, int x) const
53 {
54 return CcI2SFree(str, x);

Callers

nothing calls this directly

Calls 1

CcI2SFreeFunction · 0.85

Tested by

no test coverage detected