tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
list.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2// SPDX-FileCopyrightText: Copyright (C) 2025 Tobias Hienzsch
3
4#ifndef TETL_MPL_LIST_HPP
5#define TETL_MPL_LIST_HPP
6
7namespace etl::mpl {
8
9/// \ingroup mpl
10template <typename... Ts>
11struct list { };
12
13} // namespace etl::mpl
14
15#endif // TETL_MPL_LIST_HPP
Definition at.hpp:10
Definition adjacent_find.hpp:9
Definition list.hpp:11