tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
builtin_signed_integer.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_CONCEPTS_BUILTIN_SIGNED_INTEGER_HPP
4#define TETL_CONCEPTS_BUILTIN_SIGNED_INTEGER_HPP
5
7
8namespace etl {
9
13template <typename T>
14concept builtin_signed_integer = is_builtin_signed_integer_v<T>;
15
16} // namespace etl
17
18#endif // TETL_CONCEPTS_BUILTIN_SIGNED_INTEGER_HPP
Definition builtin_signed_integer.hpp:14
Definition adjacent_find.hpp:8