An elementary input port which is the default input port of elementary skeletons is a single dimension input port which allows simply redirects the consumer_count requests to its underlying parametric dependency. More...
Public Member Functions | |
| elem_in_port (S const &skeleton, std::size_t) | |
| template<int N, typename Coord > | |
| std::size_t | consumer_count (Coord const &producer_coord) const |
The number of consumers in a default elementary flow is determined by its enclosed parametric dependency. Each parametric dependency has a consumer_count defined. More... | |
An elementary input port which is the default input port of elementary skeletons is a single dimension input port which allows simply redirects the consumer_count requests to its underlying parametric dependency.
| std::size_t stapl::skeletons::flows::elem_f::elem_in_port< S >::consumer_count | ( | Coord const & | producer_coord | ) | const |
The number of consumers in a default elementary flow is determined by its enclosed parametric dependency. Each parametric dependency has a consumer_count defined.
| producer_coord | is the position of the producer in its coordinate space |
1.8.13