rocPRIM
Public Types | Public Member Functions | List of all members
detail::unpack_binary_op< T1, T2, BinaryFunction > Struct Template Reference

Public Types

using result_type = typename ::rocprim::detail::invoke_result< BinaryFunction, T1, T2 >::type
 

Public Member Functions

ROCPRIM_HOST_DEVICE unpack_binary_op (BinaryFunction binary_op)
 
ROCPRIM_HOST_DEVICE result_type operator() (const ::rocprim::tuple< T1, T2 > &t)
 

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