Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dobiasd/FunctionalPlus
/ print_int
Function
print_int
test/variant_test.cpp:13–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
std::string print_output;
12
13
bool print_int(int x)
14
{
15
print_output =
"int "
+ std::to_string(x);
16
return true;
17
}
18
19
bool print_double(double x)
20
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected