MCPcopy Create free account
hub / github.com/arximboldi/immer / main

Function main

example/vector/fizzbuzz.cpp:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26// include:fizzbuzz/end
27
28int main()
29{
30 auto v = fizzbuzz({}, 0, 100);
31 std::copy(v.begin(),
32 v.end(),
33 std::ostream_iterator<std::string>{std::cout, "\n"});
34}

Callers

nothing calls this directly

Calls 4

fizzbuzzFunction · 0.85
copyFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected