MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / vtable

Method vtable

include/concurrencpp/task.h:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 void (*destroy_fn)(void* target) noexcept;
22
23 vtable(const vtable&) noexcept = default;
24
25 constexpr vtable() noexcept : move_destroy_fn(nullptr), execute_destroy_fn(nullptr), destroy_fn(nullptr) {}
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected