RAJA
RAJA provides a collection of platform portability abstractions for C++ HPC applications.
Public Types | List of all members
RAJA::operators::detail::unary_function< Argument, Result > Struct Template Reference

#include <Operators.hpp>

Public Types

using argument_type = Argument
 
using result_type = Result
 

Member Typedef Documentation

◆ argument_type

template<typename Argument , typename Result >
using RAJA::operators::detail::unary_function< Argument, Result >::argument_type = Argument

◆ result_type

template<typename Argument , typename Result >
using RAJA::operators::detail::unary_function< Argument, Result >::result_type = Result

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