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

Method allocated_ptr

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

Source from the content-addressed store, hash-verified

48 }
49
50 static callable_type* allocated_ptr(void* src) noexcept {
51 return *static_cast<callable_type**>(src);
52 }
53
54 static callable_type*& allocated_ref_ptr(void* src) noexcept {
55 return *static_cast<callable_type**>(src);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected