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

Class B

tests/Issue313.cpp:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3struct A {};
4struct B {
5 explicit operator A() { return {}; }
6};
7
8void DangerousFunc(const A&) {}
9

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected