|
constexprnoexcept |
Creates a sub-tuple from elements of a given tuple as specified by a half-range.
Begin | is an inclusive index of a first element to include in the created tuple. |
End | is an exclusive index of a first (pseudo-) element beyond the range of elements to include in the created tuple. |
Tpl | is a deducible type of a tuple from which the function extracts the elements. |
[Begin, End)
of tpl
.