Address
:
[Go to site:
main page
,
start
]
Usuń skrypty
Akceptuj cookies
Pokaż obrazy
Użyj Referer
Rotate13
Base64
Usu meta tagi
Usuń tytuł srony
Sesja cookies
20
General utilities library
[utilities]
20.3
Compile-time integer sequences
[intseq]
20.3.1
In general
[intseq.general]
1
#
The library provides a class template that can represent an integer sequence
.
When used as an argument to a function template the template parameter pack defining the sequence can be deduced and used in a pack expansion
.
[
Note
:
The
index_sequence
alias template is provided for the common case of an integer sequence of type
size_t
; see also
[tuple.apply]
.
—
end note
]