Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dobiasd/FunctionalPlus
/ print_string_effect
Function
print_string_effect
test/variant_test.cpp:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
void print_string_effect(const std::string& str)
37
{
38
print_output =
"string "
+ str;
39
}
40
41
std::string show_int(int x)
42
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected