Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
AddPdfFunctor.h File Reference
#include <hydra/detail/Config.h>
#include <hydra/Types.h>
#include <hydra/detail/Print.h>
#include <hydra/Parameter.h>
#include <hydra/detail/utility/Utility_Tuple.h>
#include <hydra/detail/utility/Generic.h>
#include <hydra/detail/external/hydra_thrust/tuple.h>
#include <hydra/Pdf.h>
Include dependency graph for AddPdfFunctor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  hydra::detail::AddPdfFunctor< PDF1, PDF2, PDFs >
 

Namespaces

 hydra
 Generic policies definition.
 
 hydra::detail
 

Functions

template<typename Tup >
auto hydra::detail::get_functor_tuple (Tup &pdfs) -> decltype(get_functor_tuple_helper(pdfs, make_index_sequence< hydra::thrust::tuple_size< Tup >::value >
 
template<typename Tup , size_t ... index>
auto hydra::detail::get_functor_tuple_helper (Tup &pdfs, index_sequence< index... >) -> decltype(hydra::thrust::make_tuple(hydra::thrust::get< index >(pdfs).GetFunctor()...))
 
return hydra::detail::get_functor_tuple_helper (pdfs, make_index_sequence< Size > { })