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

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

Public Member Functions

 find_last (Promise const &promise, Order const *order)
 
bool operator() (bc_base *base_ptr)
 

Public Types

typedef Promise promise_type
 
typedef BaseContainer base_container_type
 

Friends

class find_bw< Promise, Order, BaseContainer >
 

Detailed Description

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

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

This functor is used with the find_last method . It differs from find_bw in that it traverses forward until the last base container is found. find_bw is then used to traverse backward over empty base containers.


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