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

Function CcI2SFreeNoexcept

test/function_traits_test.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24std::string CcI2SFreeNoexcept(const std::string& str, int x) noexcept
25{
26 return str + std::to_string(x);
27}
28
29auto CcI2SLambda = [](const std::string& str, int x) { return CcI2SFree(str, x); };
30

Callers 4

operator()Method · 0.85
nonCMemFMethod · 0.85
cnstMemFMethod · 0.85
sttcMemFMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected