tetl
0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
ignore_unused.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: BSL-1.0
2
3
#ifndef TETL_UTILITY_IGNORE_UNUSED_HPP
4
#define TETL_UTILITY_IGNORE_UNUSED_HPP
5
6
namespace
etl
{
7
16
template
<
typename
... Types>
17
constexpr
auto
ignore_unused
(Types&&...
/*unused*/
) ->
void
18
{
19
}
20
21
}
// namespace etl
22
23
#endif
// TETL_UTILITY_IGNORE_UNUSED_HPP
etl
Definition
adjacent_find.hpp:8
etl::ignore_unused
constexpr auto ignore_unused(Types &&...) -> void
Explicitly ignore arguments or variables.
Definition
ignore_unused.hpp:17
include
etl
_utility
ignore_unused.hpp
Generated on Sat Mar 8 2025 16:19:59 for tetl by
1.14.0