3#ifndef TETL_TYPE_TRAITS_IS_UNSIGNED_HPP
4#define TETL_TYPE_TRAITS_IS_UNSIGNED_HPP
30struct is_unsigned : detail::is_unsigned<remove_cv_t<T>>::type { };
33inline constexpr bool is_unsigned_v = is_unsigned<T>::value;
Definition adjacent_find.hpp:8
constexpr bool is_arithmetic_v
Definition is_arithmetic.hpp:21
integral_constant< bool, B > bool_constant
Definition bool_constant.hpp:11
bool_constant< false > false_type
Definition bool_constant.hpp:14