STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Member Functions
stapl::skeletons::flows::make_view_flow< View, Enable > Struct Template Reference

Creates a view_flow over the given view. More...

Static Public Member Functions

template<typename Skeleton >
static view_flow< View > apply (Skeleton const &, View &view)
 

Detailed Description

template<typename View, typename Enable = void>
struct stapl::skeletons::flows::make_view_flow< View, Enable >

Creates a view_flow over the given view.

Member Function Documentation

◆ apply()

template<typename View , typename Enable = void>
template<typename Skeleton >
static view_flow<View> stapl::skeletons::flows::make_view_flow< View, Enable >::apply ( Skeleton const &  ,
View &  view 
)
static
Parameters
skeletonskeleton that consumes from this flow
viewthe input view
Returns
a view_flow over the given view

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