tetl
0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
referenceable.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: BSL-1.0
2
3
#ifndef TETL_CONCEPTS_REFERENCEABLE_HPP
4
#define TETL_CONCEPTS_REFERENCEABLE_HPP
5
6
#include <
etl/_type_traits/is_void.hpp
>
7
8
namespace
etl
{
9
13
template
<
typename
T>
14
concept
referenceable
= not
etl::is_void_v<T>
;
15
16
}
// namespace etl
17
18
#endif
// TETL_CONCEPTS_REFERENCEABLE_HPP
etl::referenceable
Definition
referenceable.hpp:14
is_void.hpp
etl
Definition
adjacent_find.hpp:8
etl::is_void_v
constexpr bool is_void_v
Definition
is_void.hpp:16
include
etl
_concepts
referenceable.hpp
Generated on Sat Mar 8 2025 16:19:59 for tetl by
1.14.0