tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
index_sequence.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_UTILITY_INDEX_SEQUENCE_HPP
4#define TETL_UTILITY_INDEX_SEQUENCE_HPP
5
8
9namespace etl {
10
11template <etl::size_t... Ints>
13
14template <etl::size_t Size>
16
17template <typename... T>
19
20} // namespace etl
21
22#endif // TETL_UTILITY_INDEX_SEQUENCE_HPP
Definition adjacent_find.hpp:8
etl::make_index_sequence< sizeof...(T)> index_sequence_for
Definition index_sequence.hpp:18
etl::make_integer_sequence< etl::size_t, Size > make_index_sequence
Definition index_sequence.hpp:15
TETL_BUILTIN_INT_SEQ(T, Size) make_integer_sequence
Definition integer_sequence.hpp:23
etl::integer_sequence< etl::size_t, Ints... > index_sequence
Definition index_sequence.hpp:12
TETL_BUILTIN_SIZET size_t
etl::size_t is the unsigned integer type of the result of the sizeof operator.
Definition size_t.hpp:14
Definition integer_sequence.hpp:14