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

Function print_result

examples/99_problems.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19template <typename T>
20void print_result(const T& x)
21{
22 std::cout << show(x) << std::endl;
23}
24
25// P01 (*) Find the last box of a list.
26void problem_01()

Callers 15

problem_01Function · 0.85
problem_02Function · 0.85
problem_03Function · 0.85
problem_04Function · 0.85
problem_05Function · 0.85
problem_06Function · 0.85
problem_07Function · 0.85
problem_08Function · 0.85
problem_09Function · 0.85
problem_10Function · 0.85
problem_11Function · 0.85
problem_12Function · 0.85

Calls 1

showFunction · 0.50

Tested by

no test coverage detected