3#ifndef TETL_CONCEPTS_SIGNED_INTEGRAL_HPP
4#define 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