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

#include <Operators.hpp>

Inheritance diagram for RAJA::operators::project2nd< T, U >:
RAJA::operators::detail::binary_function< T, T, T >

Public Member Functions

constexpr RAJA_HOST_DEVICEoperator() (const T &RAJA_UNUSED_ARG(lhs), const U &rhs) const
 

Friends

std::ostream & operator<< (std::ostream &str, project2nd const &)
 

Additional Inherited Members

- Public Types inherited from RAJA::operators::detail::binary_function< T, T, T >
using first_argument_type = T
 
using second_argument_type = T
 
using result_type = T
 

Member Function Documentation

◆ operator()()

template<typename T , typename U = T>
constexpr RAJA_HOST_DEVICE U RAJA::operators::project2nd< T, U >::operator() ( const T &  RAJA_UNUSED_ARGlhs,
const U &  rhs 
) const
inlineconstexpr

Friends And Related Function Documentation

◆ operator<<

template<typename T , typename U = T>
std::ostream& operator<< ( std::ostream &  str,
project2nd< T, U > const &   
)
friend

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