tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
in_place_index.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_UTILITY_IN_PLACE_INDEX_HPP
4#define TETL_UTILITY_IN_PLACE_INDEX_HPP
5
7
8namespace etl {
9
18template <size_t I>
20 explicit in_place_index_t() = default;
21};
22
24template <size_t I>
25inline constexpr auto in_place_index = in_place_index_t<I>{};
26
27} // namespace etl
28
29#endif // TETL_UTILITY_IN_PLACE_INDEX_HPP
Definition adjacent_find.hpp:8
constexpr auto in_place_index
Definition in_place_index.hpp:25
in_place_index_t()=default