Implementation of.
More...
|
template<typename... T> |
static type | apply (Tuple const &tup, T... t) |
| Expand the tuple and pass along the accumulated result. More...
|
|
|
using | type = ExpandedTuple |
|
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
-
I | The index of the output tuple that we are going to write to |
D | The total size of the output tuple |
J | The index of the input tuple that we are going to read from |
Tuple | The type of the input tuple |
ExpandedTuple | The type of the output tuple |
Slices | The tuple of compile-time integrals that specifies which indices to keep or discard |
FillValue | The value that will be placed in empty positions |
◆ apply()
template<int I, int D, int J, typename Tuple , typename ExpandedTuple , typename Slices , int FillValue = 0>
template<typename... T>
Expand the tuple and pass along the accumulated result.
- Parameters
-
tup | The input tuple |
t | A parameter pack of the constituent parts of the output tuple |
The documentation for this struct was generated from the following file: