thrust::project1st< void, void >
-
template<>
struct project1st<void, void>
Public Types
-
using is_transparent = void
Public Functions
-
template<typename T1, typename T2>
inline constexpr auto operator()(
- T1 &&t1,
- T2&&,
) const noexcept(noexcept(t1)) -> decltype(t1)