Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ A
Class
A
tests/p0892Test.cpp:29–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
struct B {};
28
29
struct A {
30
A() = default;
31
explicit A(const B&) {}
32
explicit operator B() const { return {}; }
33
};
34
35
void Fun(wrapper<A> a)
36
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected