MCPcopy Create free account
hub / github.com/a2flo/floor / call

Method call

compute/host/host_kernel.cpp:616–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614 template <auto> using make_const_void_ptr = const void*;
615
616 void call() const noexcept override FLOOR_HOST_COMPUTE_CC {
617 (*(kernel_func_type_t<make_const_void_ptr<ints>...>)func_ptr)(vptr_args[ints]...);
618 }
619 };
620
621 unique_ptr<kernel_func_base> kfunc {};

Callers 1

operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected