Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
std::string CcI2SFree(const std::string& str, int x)
20
{
21
return str + std::to_string(x);
22
}
23
24
std::string CcI2SFreeNoexcept(const std::string& str, int x) noexcept
25
{
Callers
5
function_traits_test.cpp
File · 0.85
operator()
Method · 0.85
nonCMemF
Method · 0.85
cnstMemF
Method · 0.85
sttcMemF
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected