DPC++ Runtime
Runtime libraries for oneAPI DPC++
sycl::_V1::detail::ReducerToken< BinaryOperation, IdentityContainerT > Struct Template Reference

#include <sycl/reduction.hpp>

Collaboration diagram for sycl::_V1::detail::ReducerToken< BinaryOperation, IdentityContainerT >:

Public Attributes

const IdentityContainerT & IdentityContainer
 
const BinaryOperation BOp
 

Detailed Description

template<class BinaryOperation, typename IdentityContainerT>
struct sycl::_V1::detail::ReducerToken< BinaryOperation, IdentityContainerT >

Definition at line 528 of file reduction.hpp.

Member Data Documentation

◆ BOp

template<class BinaryOperation , typename IdentityContainerT >
const BinaryOperation sycl::_V1::detail::ReducerToken< BinaryOperation, IdentityContainerT >::BOp

Definition at line 530 of file reduction.hpp.

◆ IdentityContainer

template<class BinaryOperation , typename IdentityContainerT >
const IdentityContainerT& sycl::_V1::detail::ReducerToken< BinaryOperation, IdentityContainerT >::IdentityContainer

Definition at line 529 of file reduction.hpp.


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