MCPcopy Create free account
hub / github.com/cameron314/readerwriterqueue / destroy_count

Method destroy_count

tests/unittests/unittests.cpp:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44public:
45 static void reset() { _destroy_count() = 0; _id() = 0; _destroyed_in_order() = true; _last_destroyed_id() = -1; }
46 static int destroy_count() { return _destroy_count(); }
47 static bool destroyed_in_order() { return _destroyed_in_order(); }
48
49private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected