Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
template <typename T>
20
void print_result(const T& x)
21
{
22
std::cout << show(x) << std::endl;
23
}
24
25
// P01 (*) Find the last box of a list.
26
void problem_01()
Callers
15
problem_01
Function · 0.85
problem_02
Function · 0.85
problem_03
Function · 0.85
problem_04
Function · 0.85
problem_05
Function · 0.85
problem_06
Function · 0.85
problem_07
Function · 0.85
problem_08
Function · 0.85
problem_09
Function · 0.85
problem_10
Function · 0.85
problem_11
Function · 0.85
problem_12
Function · 0.85
Calls
1
show
Function · 0.50
Tested by
no test coverage detected