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

#include <Operators.hpp>

Inheritance diagram for RAJA::operators::logical_not< T >:
RAJA::operators::detail::unary_function< T, bool >

Public Member Functions

constexpr RAJA_HOST_DEVICE bool operator() (const T &lhs) const
 

Friends

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

Additional Inherited Members

- Public Types inherited from RAJA::operators::detail::unary_function< T, bool >
using argument_type = T
 
using result_type = bool
 

Member Function Documentation

◆ operator()()

template<typename T >
constexpr RAJA_HOST_DEVICE bool RAJA::operators::logical_not< T >::operator() ( const T &  lhs) const
inlineconstexpr

Friends And Related Function Documentation

◆ operator<<

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

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