MCPcopy Create free account
hub / github.com/SergeyMakeev/ExcaliburHash / ~ComplexVal

Method ~ComplexVal

ExcaliburHashTest05.cpp:76–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 ~ComplexVal() noexcept
77 {
78 EXPECT_NE(status, Status::Destructed);
79 status = Status::Destructed;
80 dtorCallCount++;
81 }
82
83 ComplexVal& operator=(ComplexVal&& other) noexcept
84 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected