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

Functor used to compute the distance in associative containers between to given gids, returning the computed distance in the given promise. More...

Public Member Functions

 distance_fw_associative (GID const &gida, GID const &gidb, promise< size_t > const &promise)
 
bool operator() (bc_base *base_ptr, location_type, bool is_end)
 

Detailed Description

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

Functor used to compute the distance in associative containers between to given gids, returning the computed distance in the given promise.

This functor is used with the traversal_forward visitor.


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