Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
hydra::detail::BackendPolicy< Backend::Tbb > Struct Template Reference

#include <TBB.h>

Inheritance diagram for hydra::detail::BackendPolicy< Backend::Tbb >:
Collaboration diagram for hydra::detail::BackendPolicy< Backend::Tbb >:

Public Types

template<typename T >
using container = hydra::thrust::tbb::vector< T >
 
typedef hydra::thrust::execution_policy< tbb::tbb_texecution_policy_type
 

Data Fields

const tbb::tbb_t backend = tbb::_tbb_
 

Detailed Description

template<>
struct hydra::detail::BackendPolicy< Backend::Tbb >

Member Typedef Documentation

◆ container

template<typename T >
using hydra::detail::BackendPolicy< Backend::Tbb >::container = hydra::thrust::tbb::vector<T>

◆ execution_policy_type

Field Documentation

◆ backend

const tbb::tbb_t hydra::detail::BackendPolicy< Backend::Tbb >::backend = tbb::_tbb_

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