STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types | Public Attributes
stapl::loc_ref_detail::localize_object< Ref, Stub > Struct Template Reference

Defines an object that provides the same interface as std::pair. More...

Public Member Functions

 localize_object (Ref const &ref)
 
 localize_object (localize_object const &other)
 

Public Types

typedef Stub first_type
 
typedef size_t second_type
 

Public Attributes

first_type m_stub
 
first_type * first
 
second_type second
 

Detailed Description

template<typename Ref, typename Stub>
struct stapl::loc_ref_detail::localize_object< Ref, Stub >

Defines an object that provides the same interface as std::pair.

This object is used during task creation to specify the data that is used for the task.

Template Parameters
Stubtype defines the object responsible to determine the localization of the given reference.

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