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::stub_literal_localization< Value > Struct Template Reference

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

Public Member Functions

 stub_literal_localization (Value const &ref)
 
subview_type get_subview (std::size_t) const
 
locality_info locality (size_t) const
 
bool is_local () const
 

Public Types

typedef Value view_type
 
typedef trivial_accessor< Value > accessor_type
 
typedef proxy< Value, accessor_typesubview_type
 
typedef size_t cid_type
 
typedef std::true_type task_placement_dontcare
 

Public Attributes

Value m_value
 

Detailed Description

template<typename Value>
struct stapl::loc_ref_detail::stub_literal_localization< Value >

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: