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

Class B

tests/EduCfrontTest14.cpp:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7};
8
9class B
10{
11public:
12 B() = default;
13
14 B(B&&) {}
15};
16
17int main()
18{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected