Defines an object that provides the same interface as std::pair.
More...
|
|
| localize_object (Ref const &ref) |
| |
|
| localize_object (localize_object const &other) |
| |
|
|
typedef Stub | first_type |
| |
|
typedef size_t | second_type |
| |
|
|
first_type | m_stub |
| |
|
first_type * | first |
| |
|
second_type | second |
| |
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
-
| Stub | type defines the object responsible to determine the localization of the given reference. |
The documentation for this struct was generated from the following file: