STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::ordering_detail::find_bw< Promise, Order, BaseContainer > Class Template Reference

Functor used to find the last gid, returning in the given promise. More...

Public Member Functions

 find_bw (Promise const &promise, Order const *order)
 
 find_bw (find_last< Promise, Order, BaseContainer > &func)
 Construct the work function for backward traversal using the promise and ordering from the work function used in the find_last method of base container ordering.
 
bool operator() (bc_base *base_ptr, location_type, bool is_end)
 

Detailed Description

template<typename Promise, typename Order, typename BaseContainer>
class stapl::ordering_detail::find_bw< Promise, Order, BaseContainer >

Functor used to find the last gid, returning in the given promise.

This functor is used with the traversal_backward visitor.


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