MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / A

Method A

tests/Cpp20ClassAsNTTP2Test.cpp:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7struct A{
8 int x;
9 constexpr A(int _x) : x{_x} {}
10};
11
12template<A a>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected