3#ifndef TETL_CONCEPTS_UNSIGNED_INTEGRAL_HPP
4#define TETL_CONCEPTS_UNSIGNED_INTEGRAL_HPP
The concept integral<T> is satisfied if and only if T is an integral type.
Definition integral.hpp:13
The concept unsigned_integral<T> is satisfied if and only if T is an integral type and is_unsigned_v<...
Definition unsigned_integral.hpp:15
Definition adjacent_find.hpp:8
constexpr bool is_unsigned_v
Definition is_unsigned.hpp:33