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

Method X

docs/examples/implicit-conversions.cpp:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4{
5public:
6 X() = default;
7 X(const X& x) = default;
8
9 template<typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected