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::stub_dontcare< View, GID > Struct Template Reference

Defines an object that provides the methods for data localization required for the task. More...

Public Member Functions

 stub_dontcare (View const &view, GID)
 
subview_type get_subview (GID) const
 
constexpr locality_info locality (size_t) const
 
rmi_handle::reference nested_locality (size_t)
 

Public Types

typedef View view_type
 
typedef View subview_type
 
typedef GID cid_type
 
typedef std::true_type task_placement_dontcare
 

Public Attributes

View m_view
 

Detailed Description

template<typename View, typename GID>
struct stapl::stub_dontcare< View, GID >

Defines an object that provides the methods for data localization required for the task.

This class is used to report locality information over literal values.


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