tetl
0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
dangling.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: BSL-1.0
2
3
#ifndef TETL_RANGES_DANGLING_HPP
4
#define TETL_RANGES_DANGLING_HPP
5
6
namespace
etl::ranges
{
7
9
struct
dangling
{
10
constexpr
dangling
() noexcept = default;
11
12
template <typename... Args>
13
constexpr
dangling
(Args&&...
/*args*/
) noexcept
14
{
15
}
16
};
17
18
}
// namespace etl::ranges
19
20
#endif
// TETL_RANGES_DANGLING_HPP
etl::ranges
Definition
ranges_in_fun_result.hpp:11
etl::ranges::dangling::dangling
constexpr dangling() noexcept=default
include
etl
_ranges
dangling.hpp
Generated on Sat Mar 8 2025 16:19:59 for tetl by
1.14.0