MCPcopy Create free account
hub / github.com/dmlc/dmlc-core / ~Guard

Method ~Guard

include/dmlc/concurrentqueue.h:1978–1981  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1976 index_t index;
1977
1978 ~Guard() {
1979 (*block)[index]->~T();
1980 block->template set_empty<explicit_context>(index);
1981 }
1982 } guard = {block, index};
1983
1984 element = std::move(el);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected