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

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

Public Member Functions

 find_fw (Promise const &promise, Order const *order)
 
 find_fw (find_first< Promise, Order, BaseContainer > &func)
 Construct the work function for forward traversal using the promise and ordering from the work function used in the find_first 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_fw< Promise, Order, BaseContainer >

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

This functor is used with the traversal_forward visitor.


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