Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ A
Class
A
tests/RangeForStmtHandlerTest.cpp:5–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
#include <vector>
4
5
struct A
6
{
7
A()
8
{
9
int i = 0;
10
std::generate(&v[0], &v[10], [&i]() { return ++i; });
11
}
12
13
int v[10];
14
};
15
16
17
struct B
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected