STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Member Functions | Public Types
stapl::tuple_ops::detail::expand_and_copy_impl< I, D, J, Tuple, ExpandedTuple, Slices, FillValue > Struct Template Reference

Implementation of. More...

Static Public Member Functions

template<typename... T>
static type apply (Tuple const &tup, T... t)
 Expand the tuple and pass along the accumulated result. More...
 

Public Types

using type = ExpandedTuple
 

Detailed Description

template<int I, int D, int J, typename Tuple, typename ExpandedTuple, typename Slices, int FillValue = 0>
struct stapl::tuple_ops::detail::expand_and_copy_impl< I, D, J, Tuple, ExpandedTuple, Slices, FillValue >

Implementation of.

See also
tuple_ops::expand_and_copy.
Template Parameters
IThe index of the output tuple that we are going to write to
DThe total size of the output tuple
JThe index of the input tuple that we are going to read from
TupleThe type of the input tuple
ExpandedTupleThe type of the output tuple
SlicesThe tuple of compile-time integrals that specifies which indices to keep or discard
FillValueThe value that will be placed in empty positions

Member Function Documentation

◆ apply()

template<int I, int D, int J, typename Tuple , typename ExpandedTuple , typename Slices , int FillValue = 0>
template<typename... T>
static type stapl::tuple_ops::detail::expand_and_copy_impl< I, D, J, Tuple, ExpandedTuple, Slices, FillValue >::apply ( Tuple const &  tup,
T...  t 
)
static

Expand the tuple and pass along the accumulated result.

Parameters
tupThe input tuple
tA parameter pack of the constituent parts of the output tuple

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