3#ifndef TETL_TYPE_TRAITS_IS_ARITHMETIC_HPP
4#define TETL_TYPE_TRAITS_IS_ARITHMETIC_HPP
Definition adjacent_find.hpp:8
constexpr bool is_integral_v
Definition is_integral.hpp:28
constexpr bool is_floating_point_v
Definition is_floating_point.hpp:23
constexpr bool is_arithmetic_v
Definition is_arithmetic.hpp:21
integral_constant< bool, B > bool_constant
Definition bool_constant.hpp:11
If T is an arithmetic type (that is, an integral type or a floating-point type) or a cv-qualified ver...
Definition is_arithmetic.hpp:18