Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
int 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
fizzbuzz
Function · 0.85
copy
Function · 0.85
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected