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

Method destroy_inline

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

Source from the content-addressed store, hash-verified

79 }
80
81 static void destroy_inline(void* target) noexcept {
82 auto callable_ptr = inline_ptr(target);
83 callable_ptr->~callable_type();
84 }
85
86 static void destroy_allocated(void* target) noexcept {
87 auto callable_ptr = allocated_ptr(target);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected