tetl
0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
floating_point.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: BSL-1.0
2
3
#ifndef TETL_CONCEPTS_FLOATING_POINT_HPP
4
#define TETL_CONCEPTS_FLOATING_POINT_HPP
5
6
#include <
etl/_type_traits/is_floating_point.hpp
>
7
8
namespace
etl
{
9
12
template
<
typename
T>
13
concept
floating_point
=
is_floating_point_v<T>
;
14
15
}
// namespace etl
16
17
#endif
// TETL_CONCEPTS_FLOATING_POINT_HPP
etl::floating_point
The concept floating_point<T> is satisfied if and only if T is a floating-point type.
Definition
floating_point.hpp:13
is_floating_point.hpp
etl
Definition
adjacent_find.hpp:8
etl::is_floating_point_v
constexpr bool is_floating_point_v
Definition
is_floating_point.hpp:23
include
etl
_concepts
floating_point.hpp
Generated on Sat Mar 8 2025 16:19:59 for tetl by
1.14.0