MCPcopy Create free account
hub / github.com/SergeyMakeev/ExcaliburHash / ComplexValue

Method ComplexValue

ExcaliburHashTest04.cpp:8–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6struct ComplexValue
7{
8 ComplexValue(const ComplexValue& other)
9 : isMoved(other.isMoved)
10 , isDeleted(other.isDeleted)
11 {
12 EXPECT_FALSE(other.isMoved);
13 EXPECT_FALSE(other.isDeleted);
14 }
15
16 ComplexValue& operator=(const ComplexValue& other) noexcept
17 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected