functional4.hpp File Reference#
functional4.hpp File Reference
Go to the source code of this file.
Classes | |
| struct | ck::detail::unpack_impl< Sequence< Is... > > |
| struct | ck::detail::unpack2_impl< Sequence< Is... >, Sequence< Js... > > |
Namespaces | |
| namespace | ck |
| namespace | ck::detail |
Functions | |
| template<typename F, typename X> | |
| __host__ __device__ constexpr auto | ck::unpack (F &&f, X &&x) |
| template<typename F, typename X, typename Y> | |
| __host__ __device__ constexpr auto | ck::unpack2 (F &&f, X &&x, Y &&y) |