rocPRIM
Public Member Functions | List of all members
multiplies< T > Struct Template Reference

Functor that returns a * b. More...

#include <functional.hpp>

Public Member Functions

ROCPRIM_HOST_DEVICE constexpr T operator() (const T &a, const T &b) const
 Invocation operator.
 

Detailed Description

template<class T = void>
struct multiplies< T >

Functor that returns a * b.


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