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

Method as

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

Source from the content-addressed store, hash-verified

165 }
166
167 static constexpr callable_type* as(void* src) noexcept {
168 if (is_inlinable()) {
169 return inline_ptr(src);
170 }
171
172 return allocated_ptr(src);
173 }
174
175 static constexpr inline vtable s_vtable = make_vtable();
176 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected