MCPcopy 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
7struct A{
8 int x;
9 constexpr A(int _x) : x{_x} {}
10};
11
12template<A a>
13void Fun()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected