RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
Public Member Functions | Public Attributes | List of all members
RAJA::detail::MinusEq< difference_type > Struct Template Reference

#include <zip_tuple.hpp>

Public Member Functions

template<typename Iter >
RAJA_HOST_DEVICE constexpr RAJA_INLINE auto operator() (Iter &&iter) const -> decltype(std::forward< Iter >(iter) -=rhs)
 

Public Attributes

const difference_type & rhs
 

Member Function Documentation

◆ operator()()

template<typename difference_type >
template<typename Iter >
RAJA_HOST_DEVICE constexpr RAJA_INLINE auto RAJA::detail::MinusEq< difference_type >::operator() ( Iter &&  iter) const -> decltype(std::forward<Iter>(iter) -= rhs)
inlineconstexpr

Member Data Documentation

◆ rhs

template<typename difference_type >
const difference_type& RAJA::detail::MinusEq< difference_type >::rhs

The documentation for this struct was generated from the following file: