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

Function contains

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

Source from the content-addressed store, hash-verified

197
198 template<class callable_type>
199 static bool contains(const details::vtable* const vtable) noexcept {
200 return vtable == &details::callable_vtable<callable_type>::s_vtable;
201 }
202
203 bool contains_coroutine_handle() const noexcept;
204

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected