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

Work function invokes sequential (i.e., STL) find_end. More...

Public Member Functions

 range_find_end (Predicate predicate)
 
template<typename View0 , typename View1 >
View0::reference::reference operator() (View0 const &source, View1 const &search_str)
 

Detailed Description

template<typename Predicate>
class stapl::algo_details::range_find_end< Predicate >

Work function invokes sequential (i.e., STL) find_end.

See also
range_adjacent_find

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