|
RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
|
#include <Operators.hpp>
Public Member Functions | |
| constexpr RAJA_HOST_DEVICE bool | operator() (const Arg1 &lhs, const Arg2 &rhs) const |
Friends | |
| std::ostream & | operator<< (std::ostream &str, not_equal_to const &) |
Additional Inherited Members | |
Public Types inherited from RAJA::operators::detail::binary_function< Arg1, Arg2, Result > | |
| using | first_argument_type = Arg1 |
| using | second_argument_type = Arg2 |
| using | result_type = Result |
|
inlineconstexpr |
|
friend |