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

Functor that returns a * b. More...

#include <functional.hpp>

Public Member Functions

template<typename T >
ROCPRIM_HOST_DEVICE constexpr T operator() (const T &a, const T &b) const
 Invocation operator.
 

Detailed Description

template<>
struct multiplies< void >

Functor that returns a * b.

This version is a specialization for type void.


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