STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::skeletons::flows::constant_producer< T > Class Template Reference

A constant_producer is used as a wrapper for a constant value which is going to be passed to a task in a dependence graph. This class stores a copy of the value. More...

Public Member Functions

 constant_producer (T const &element)
 
get_element () const
 

Public Types

using index_type = std::size_t
 
using value_type = T
 

Detailed Description

template<typename T>
class stapl::skeletons::flows::constant_producer< T >

A constant_producer is used as a wrapper for a constant value which is going to be passed to a task in a dependence graph. This class stores a copy of the value.

See also
taskgraph_env.hpp
graphviz_env.hpp
local_env.hpp

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