tetl
0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
tail.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: BSL-1.0
2
3
#ifndef TETL_META_TAIL_HPP
4
#define TETL_META_TAIL_HPP
5
6
#include <
etl/_meta/list.hpp
>
7
8
namespace
etl::meta
{
9
10
template
<
typename
... Ts>
11
struct
tail
;
12
13
template
<
typename
Head,
typename
... Tail>
14
struct
tail
<
list
<Head, Tail...>> {
15
using
type
=
list
<Tail...>;
16
};
17
18
template
<
typename
List>
19
using
tail_t
=
typename
tail<List>::type
;
20
21
}
// namespace etl::meta
22
23
#endif
// TETL_META_TAIL_HPP
list.hpp
etl::meta
Definition
at.hpp:9
etl::meta::tail_t
typename tail< List >::type tail_t
Definition
tail.hpp:19
etl::meta::list
Definition
list.hpp:10
etl::meta::tail< list< Head, Tail... > >::type
list< Tail... > type
Definition
tail.hpp:15
etl::meta::tail
Definition
tail.hpp:11
include
etl
_meta
tail.hpp
Generated on Sat Mar 8 2025 16:19:59 for tetl by
1.14.0