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::fixed< Result > Struct Template Reference

Fixed mapping function. More...

Public Member Functions

 fixed (Result r)
 
template<typename T >
Result operator() (T &&) const
 

Public Attributes

Result m_r
 

Friends

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

Detailed Description

template<typename Result>
struct stapl::runtime::fixed< Result >

Fixed mapping function.

Template Parameters
ResultType mapped to.

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