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

Method West

tests/EduCfrontTest3.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20public:
21 West(int x, double d)
22 : mX{x}
23 {
24 }
25};
26
27West* w = new West{4, 5.6};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected