Defines an object that provides the same interface as std::pair
.
More...
|
| localize_element (View const &view, const GID &gid) |
|
| localize_element (View &view, const GID &gid) |
|
| localize_element (localize_element const &)=default |
|
| localize_element (localize_element &&)=default |
|
|
typedef Stub | view_type |
|
typedef view_type | first_type |
|
typedef GID | second_type |
|
|
first_type | m_stub |
|
first_type * | first |
|
second_type | second |
|
template<typename View, typename GID, typename Stub>
struct stapl::localize_element< View, GID, 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 | Defines the object responsible to determine the localization of the given reference. |
The documentation for this struct was generated from the following file: