tetl
0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
non_type.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: BSL-1.0
2
3
#ifndef TETL_UTILITY_NONTYPE_HPP
4
#define TETL_UTILITY_NONTYPE_HPP
5
6
namespace
etl
{
7
8
template
<auto V>
9
struct
nontype_t
{
10
explicit
nontype_t
() =
default
;
11
};
12
13
template
<auto V>
14
inline
constexpr
auto
nontype
=
etl::nontype_t<V>
{};
15
16
}
// namespace etl
17
18
#endif
// TETL_UTILITY_NONTYPE_HPP
etl
Definition
adjacent_find.hpp:8
etl::nontype
constexpr auto nontype
Definition
non_type.hpp:14
etl::nontype_t
Definition
non_type.hpp:9
etl::nontype_t::nontype_t
nontype_t()=default
include
etl
_utility
non_type.hpp
Generated on Sat Mar 8 2025 16:19:59 for tetl by
1.14.0