Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/leaf
/ accumulate
Method
accumulate
test/diagnostics_test5.cpp:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
--counter;
46
}
47
void accumulate()
48
{
49
++acc;
50
}
51
friend std::ostream & operator<<( std::ostream & os, info const & x )
52
{
53
return os <<
"info<"
<< N <<
">: acc="
<< x.acc;
Callers
2
f1
Function · 0.80
f2
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected