tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
integral.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_CONCEPTS_INTEGRAL_HPP
4#define TETL_CONCEPTS_INTEGRAL_HPP
5
7
8namespace etl {
9
12template <typename T>
14
15} // namespace etl
16
17#endif // TETL_CONCEPTS_INTEGRAL_HPP
The concept integral<T> is satisfied if and only if T is an integral type.
Definition integral.hpp:13
Definition adjacent_find.hpp:8
constexpr bool is_integral_v
Definition is_integral.hpp:28