3#ifndef TETL_TYPE_TRAITS_IS_SIGNED_HPP
4#define TETL_TYPE_TRAITS_IS_SIGNED_HPP
27struct is_signed : detail::is_signed<remove_cv_t<T>>::type { };
30inline constexpr bool is_signed_v = is_signed<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