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::skeletons::flows::view_flow_helpers::offset_mapping_function< indexed_domain< std::size_t, 1 > > Struct Template Reference

Mapping function used for redefining the view domains from zero, specification for 1 Dimension domains. More...

Public Member Functions

 offset_mapping_function (dom_t const &domain)
 
gid_type operator() (index_type const &index) const
 

Public Types

using dom_t = indexed_domain< std::size_t, 1 >
 
using index_type = typename dom_t::index_type
 
using gid_type = typename dom_t::index_type
 

Public Attributes

index_type const m_offset
 

Detailed Description

template<>
struct stapl::skeletons::flows::view_flow_helpers::offset_mapping_function< indexed_domain< std::size_t, 1 > >

Mapping function used for redefining the view domains from zero, specification for 1 Dimension domains.


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