RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
Typedefs
RAJA::concepts::detail Namespace Reference

Typedefs

template<typename Fun , typename Ret , typename T , typename U >
using is_binary_function = ::RAJA::concepts::requires_< BinaryFunction, Ret, T, U >
 
template<typename Fun , typename Ret , typename T >
using is_unary_function = ::RAJA::concepts::requires_< UnaryFunction, Ret, T >
 

Typedef Documentation

◆ is_binary_function

template<typename Fun , typename Ret , typename T , typename U >
using RAJA::concepts::detail::is_binary_function = typedef ::RAJA::concepts::requires_<BinaryFunction, Ret, T, U>

◆ is_unary_function

template<typename Fun , typename Ret , typename T >
using RAJA::concepts::detail::is_unary_function = typedef ::RAJA::concepts::requires_<UnaryFunction, Ret, T>