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

Functor used to search in a stapl::list for a specific gid in the given range [first..last], returning if the gid was found or not using the given promise. More...

Public Member Functions

 search_fw (GID const &first, GID const &last, GID const &gid, promise< bool > const &promise)
 
bool operator() (bc_base *base_ptr, location_type location, bool is_end)
 

Detailed Description

template<typename GID, typename BaseContainer>
class stapl::ordering_detail::search_fw< GID, BaseContainer >

Functor used to search in a stapl::list for a specific gid in the given range [first..last], returning if the gid was found or not using the given promise.

This functor is used with the traversal_forward visitor.

Template Parameters
GIDType of the list's gid.

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