tetl
0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
tie.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: BSL-1.0
2
// SPDX-FileCopyrightText: Copyright (C) 2021 Tobias Hienzsch
3
4
#
ifndef
TETL_TUPLE_TIE_HPP
5
#
define
TETL_TUPLE_TIE_HPP
6
7
#
include
<
etl
/
_tuple
/
tuple
.
hpp
>
8
9
namespace
etl
{
10
11
template
<
typename
... Args>
12
constexpr
auto
tie
(Args&... args)
noexcept
->
tuple
<Args&...>
13
{
14
return
{args...};
15
}
16
17
}
// namespace etl
18
19
#
endif
// TETL_TUPLE_TIE_HPP
etl
Definition
adjacent_find.hpp:9
etl::tie
constexpr auto tie(Args &... args) noexcept -> tuple< Args &... >
Definition
tie.hpp:12
etl::tuple
Definition
tuple.hpp:114
include
etl
_tuple
tie.hpp
Generated on Sun Sep 7 2025 19:15:17 for tetl by
1.9.8