STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Attributes | Friends
stapl::runtime::blocked< Arg, Result > Struct Template Reference

Block mapping function. More...

Public Member Functions

 blocked (Result r)
 
Result operator() (Arg t) const
 

Public Attributes

Result m_blk_size
 

Friends

constexpr bool operator== (blocked const &x, blocked const &y) noexcept
 
constexpr bool operator!= (blocked const &x, blocked const &y) noexcept
 

Detailed Description

template<typename Arg, typename Result = Arg>
struct stapl::runtime::blocked< Arg, Result >

Block mapping function.

Template Parameters
ArgType mapped from.
ResultType mapped to.

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