Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ A
Class
A
tests/Cpp20ClassAsNTTP2Test.cpp:7–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
#define INSIGHTS_USE_TEMPLATE 1
6
7
struct A{
8
int x;
9
constexpr A(int _x) : x{_x} {}
10
};
11
12
template<A a>
13
void Fun()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected