|
constexprnoexcept |
Extracts a sub-tuple from a product type.
I0
and I1
do not verify that 0 <= I0 <= I1 <= size_v<T>
. t | Tuple to extract from |
i0 | Compile-time index of the first element to extract. |
i1 | Compile-time index past the last element to extract. By default, i1 is equal to size_v<T> . |
Computes the type returned by a call to extract.