Functor to combine two vectors by summing their elements pair-wise.
More...
|
template<typename Partition1 , typename Partition2 > |
result_type | operator() (Partition1 const &part1, Partition2 const &part2) const |
|
|
typedef std::vector< T > | result_type |
|
template<typename T>
struct stapl::partitioner_details::combine_vector_wf< T >
Functor to combine two vectors by summing their elements pair-wise.
- Template Parameters
-
T | element type of the vectors. |
◆ operator()()
template<typename T >
template<typename Partition1 , typename Partition2 >
- Parameters
-
part1 | first vector. |
part2 | second vector. |
The documentation for this struct was generated from the following file: