Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anthonywilliams/ccia_code_samples
/ CX
Method
CX
listings/listing_a.3.cpp:7–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
int b;
6
public:
7
CX() = default;
8
CX(int a_, int b_):
9
a(a_),b(b_)
10
{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected