DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::ext::oneapi::experimental::detail::strip_regcall_from_function_ptr< Ret(*)(Args...)> Struct Template Reference

#include <sycl/ext/oneapi/experimental/invoke_simd.hpp>

Public Types

using type = Ret(*)(Args...)
 

Detailed Description

template<typename Ret, typename... Args>
struct sycl::_V1::ext::oneapi::experimental::detail::strip_regcall_from_function_ptr< Ret(*)(Args...)>

Definition at line 330 of file invoke_simd.hpp.

Member Typedef Documentation

◆ type

template<typename Ret , typename... Args>
using sycl::_V1::ext::oneapi::experimental::detail::strip_regcall_from_function_ptr< Ret(*)(Args...)>::type = Ret (*)(Args...)

Definition at line 331 of file invoke_simd.hpp.


The documentation for this struct was generated from the following file: