Template Struct binary_op_adapter#

Template Parameter Order#

  1. typename

Struct Documentation#

template<typename BinaryFunctor>
struct binary_op_adapter#

Public Functions

inline explicit binary_op_adapter(BinaryFunctor op = BinaryFunctor())#
template<typename T1, typename T2>
inline auto operator()(const thrust::tuple<T1, T2> &t) const -> decltype(binary_op(thrust::get<0>(t), thrust::get<1>(t)))#

Public Members

BinaryFunctor binary_op#