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

Helper function to return an index tuple if the gid is a tuple or void if the gid is size_t. More...

Public Types

using type = make_index_sequence< tuple_size< GID >::value >
 

Detailed Description

template<typename GID>
struct stapl::detail_impl::indices_type< GID >

Helper function to return an index tuple if the gid is a tuple or void if the gid is size_t.


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