Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
sham::details::kernel_invocable Concept Reference

#include <shambackends/include/shambackends/kernel_call.hpp>

Concept definition

template<typename F, typename Signature>
Helper to check if the functor is invocable with the expected signature.

Detailed Description

Concept to check if the functor is invocable with the expected signature can be used by doing : requires kernel_invocable<Functor, kernel_expected_signature<index_t, RefIn, RefOut>>

Definition at line 122 of file kernel_call.hpp.