MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / TestListItem

Method TestListItem

tests/fuzztests/fuzztests.cpp:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 int value;
96
97 TestListItem() : value(0) { }
98 explicit TestListItem(int value) : value(value) { }
99
100 inline TestListItem* prev(std::memory_order order = std::memory_order_relaxed) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected