MCPcopy Create free account
hub / github.com/auto-differentiation/xad / TestStruct

Method TestStruct

test/OperationsContainer_test.cpp:193–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191struct TestStruct
192{
193 TestStruct() { ++items; }
194 TestStruct(const TestStruct&) { ++items; }
195 TestStruct(TestStruct&&) { ++items; }
196 TestStruct& operator=(TestStruct&&)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected