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

Helper functor to construct an iterator base on the View type and the Iterator type expected. More...

Static Public Member Functions

static iterator apply (View const &view, typename View::index_type const &index)
 

Public Types

typedef View::value_type value_t
 
typedef Iterator iterator
 

Detailed Description

template<typename View, typename Iterator, typename Enable = void>
struct stapl::detail::make_iterator< View, Iterator, Enable >

Helper functor to construct an iterator base on the View type and the Iterator type expected.


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