MCPcopy Create free account
hub / github.com/Dobiasd/FunctionalPlus / operator()

Method operator()

test/function_traits_test.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43struct CcI2SStrct {
44 std::string operator()(const std::string& str, int x)
45 {
46 return CcI2SFree(str, x);
47 }
48 std::string nonCMemF(const std::string& str, int x)
49 {
50 return CcI2SFree(str, x);

Callers

nothing calls this directly

Calls 1

CcI2SFreeFunction · 0.85

Tested by

no test coverage detected