Hydra: AddPdfFunctor.h File Reference (original) (raw)
Go to the source code of this file.
| Namespaces |
|---|
| Functions | |
|---|---|
| template | |
| 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 > { }) |