|
RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
|
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 > |
| using RAJA::concepts::detail::is_binary_function = typedef ::RAJA::concepts::requires_<BinaryFunction, Ret, T, U> |
| using RAJA::concepts::detail::is_unary_function = typedef ::RAJA::concepts::requires_<UnaryFunction, Ret, T> |