thrust::project2nd< void, void >#

template<>
struct project2nd<void, void>#

Public Types

using is_transparent = void#

Public Functions

template<typename T1, typename T2>
inline constexpr auto operator()(
T1&&,
T2 &&t2,
) const noexcept(noexcept(t2)) -> decltype(t2)#