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

Enum Status

ExcaliburHashTest05.cpp:94–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92
93 uint32_t v;
94 enum class Status
95 {
96 Constructed = 0,
97 MoveConstructed = 1,
98 MoveAssigned = 2,
99 Destructed = 3,
100 Moved = 4,
101 };
102 Status status;
103};
104

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected