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
3#ifndef TETL_META_LIST_HPP
4#define TETL_META_LIST_HPP
5
6namespace etl::meta {
7
9template <typename... Ts>
10struct list { };
11
12} // namespace etl::meta
13
14#endif // TETL_META_LIST_HPP
Definition at.hpp:9
Definition list.hpp:10