Checks that a type is a numeric type.
More...
#include <numeric.hpp>
template<class type_t>
std::is_arithmetic_v<std::remove_reference_t<type_t>> &&
! std::is_same_v<type_t, bool> && ! std::is_same_v<type_t, char> &&
! std::is_same_v<type_t, const bool> && ! std::is_same_v<type_t, const char>
Checks that a type is a numeric type.
Definition numeric.hpp:13
Checks that a type is a numeric type.
- Template Parameters
-