RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
Public Member Functions | Friends | List of all members
RAJA::operators::greater_equal< Arg1, Arg2 > Struct Template Reference

#include <Operators.hpp>

Inheritance diagram for RAJA::operators::greater_equal< Arg1, Arg2 >:
RAJA::operators::detail::comparison_function< Arg1, Arg1 > RAJA::operators::detail::binary_function< Arg1, Arg2, Result >

Public Member Functions

constexpr RAJA_HOST_DEVICE bool operator() (const Arg1 &lhs, const Arg2 &rhs) const
 

Friends

std::ostream & operator<< (std::ostream &str, greater_equal 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
 

Member Function Documentation

◆ operator()()

template<typename Arg1 , typename Arg2 = Arg1>
constexpr RAJA_HOST_DEVICE bool RAJA::operators::greater_equal< Arg1, Arg2 >::operator() ( const Arg1 &  lhs,
const Arg2 &  rhs 
) const
inlineconstexpr

Friends And Related Function Documentation

◆ operator<<

template<typename Arg1 , typename Arg2 = Arg1>
std::ostream& operator<< ( std::ostream &  str,
greater_equal< Arg1, Arg2 > const &   
)
friend

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