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

Method destroyed_in_order

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

Source from the content-addressed store, hash-verified

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:
50 static int& _destroy_count() { static int c = 0; return c; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected