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

Function CcI2SFree

test/function_traits_test.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19std::string CcI2SFree(const std::string& str, int x)
20{
21 return str + std::to_string(x);
22}
23
24std::string CcI2SFreeNoexcept(const std::string& str, int x) noexcept
25{

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected