STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Protected Member Functions
stapl::detail::migratable_base< Key > Class Template Reference

Class used by detail::directory_base to verify a key is still registered on a location when migration is enabled (it's possible key has moved while this request was in flight). More...

Protected Member Functions

template<typename Functor >
 migratable_base (Functor &&f, bool b_migration_enabled)
 
bool requires_retry (Key const &key) const
 

Detailed Description

template<typename Key>
class stapl::detail::migratable_base< Key >

Class used by detail::directory_base to verify a key is still registered on a location when migration is enabled (it's possible key has moved while this request was in flight).

Template Parameters
KeyKey type of derived directory class.

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