You can think of a dontcare_flow
as a flow that will discard any requests coming to it. If it is queried for consumers_count
, it will return 0 and it also does not accept read requests.
More...
Public Member Functions | |
template<typename Index , typename F = skeletons::no_filter, typename Mapper = skeletons::no_mapper> | |
producer_type< F >::type | consume_from (Index const &, F const &f=F(), Mapper const &mapper=Mapper()) const |
template<typename Coord > | |
std::size_t | consumer_count (Coord const &) const |
You can think of a dontcare_flow
as a flow that will discard any requests coming to it. If it is queried for consumers_count
, it will return 0 and it also does not accept read requests.