Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/leaf
/ append
Method
append
test/diagnostics_test4.cpp:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
{
27
std::vector<int> vec;
28
void append(int x)
29
{
30
vec.push_back(x);
31
}
32
friend std::ostream & operator<<( std::ostream & os, my_error const & x )
33
{
34
for( auto const & e : x.vec )
Callers
2
f1
Function · 0.80
f2
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected