Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ A
Class
A
11.13-conditionalExplicit1/main.cpp:6–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
struct B {};
5
6
struct A {
7
A() = default;
8
explicit A(const B&) {}
9
operator B() const { return {}; };
10
};
11
12
template<typename T>
13
struct Wrapper {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected