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

Functor used to advance backward the given gid, n positions, returning the advanced gid using the given promise. More...

Public Member Functions

 advance_bw (GID gid, long long n, promise< GID > const &promise)
 
bool operator() (bc_base *base_ptr, location_type, bool is_end)
 

Detailed Description

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

Functor used to advance backward the given gid, n positions, returning the advanced gid using the given promise.

This functor is used with the traversal_backward visitor.


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