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

Method ComplexStruct

ExcaliburHashTest02.cpp:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8struct ComplexStruct
9{
10 ComplexStruct() = delete;
11 ComplexStruct(const ComplexStruct& other) = delete;
12 ComplexStruct& operator=(const ComplexStruct& other) noexcept = delete;
13

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected