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