STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::make_traversal< Indices > Struct Template Reference

Metafunction to compute a traveral type based on an integral variadic pack of indices. More...

Public Types

using size = std::integral_constant< std::size_t, sizeof...(Indices)>
 
using type = tuple< boost::mpl::int_< Indices >... >
 

Detailed Description

template<std::size_t... Indices>
struct stapl::make_traversal< Indices >

Metafunction to compute a traveral type based on an integral variadic pack of indices.


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