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

Function problem_22

examples/99_problems.cpp:181–184  ·  view source on GitHub ↗

P22 (*) Create a list containing all integers within a given range.

Source from the content-addressed store, hash-verified

179
180// P22 (*) Create a list containing all integers within a given range.
181void problem_22()
182{
183 print_result(numbers<int>(3, 8));
184}
185
186// P23 (**) Extract a given number of randomly selected elements from a list.
187void problem_23()

Callers 1

mainFunction · 0.85

Calls 1

print_resultFunction · 0.85

Tested by

no test coverage detected