MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / B

Class B

tests/basic/test-factory.cpp:39–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37};
38
39class B
40{
41 OPENGEODE_DISABLE_COPY_AND_MOVE( B );
42
43public:
44 B() = default;
45 ~B() = default;
46};
47
48class Base
49{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected