tetl
0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
tuple_like.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: BSL-1.0
2
// SPDX-FileCopyrightText: Copyright (C) 2024 Tobias Hienzsch
3
4
#
ifndef
TETL_TUPLE_TUPLE_LIKE_HPP
5
#
define
TETL_TUPLE_TUPLE_LIKE_HPP
6
7
#
include
<
etl
/
_tuple
/
is_tuple_like
.
hpp
>
8
#
include
<
etl
/
_type_traits
/
remove_cvref
.
hpp
>
9
10
namespace
etl
{
11
12
template
<
typename
T>
13
concept
tuple_like =
etl
::is_tuple_like<
etl
::remove_cvref_t<T>>;
14
15
}
// namespace etl
16
17
#
endif
// TETL_TUPLE_TUPLE_LIKE_HPP
etl
Definition
adjacent_find.hpp:9
include
etl
_tuple
tuple_like.hpp
Generated on Sun Sep 7 2025 19:15:17 for tetl by
1.9.8