STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::algo_details::search_n_reduce_wf< Index > Class Template Reference

Reduction work function for search_n which synthesizes the the lhs and rhs full and partial match information. More...

Public Member Functions

 search_n_reduce_wf (size_t count)
 
template<typename Reference1 , typename Reference2 >
result_type operator() (Reference1 &&lhs_ref, Reference2 &&rhs_ref) const
 

Public Types

using result_type = tuple< size_t, bool, Index, Index, size_t >
 

Detailed Description

template<typename Index>
class stapl::algo_details::search_n_reduce_wf< Index >

Reduction work function for search_n which synthesizes the the lhs and rhs full and partial match information.


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