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

Function print_string

test/variant_test.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25bool print_string(const std::string& str)
26{
27 print_output = "string " + str;
28 return true;
29}
30
31void print_int_effect(int x)
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected