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

Function print_int_effect

test/variant_test.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void print_int_effect(int x)
32{
33 print_output = "int " + std::to_string(x);
34}
35
36void print_string_effect(const std::string& str)
37{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected