35 #ifndef _BLAZE_MATH_SHIMS_DIGITS_H_ 36 #define _BLAZE_MATH_SHIMS_DIGITS_H_ 73 template<
typename T >
74 inline constexpr
size_t digits( T a ) noexcept
Header file for basic type definitions.
constexpr size_t digits(T a) noexcept
Returns the number of valid digits of an integral value.
Definition: Digits.h:74
#define BLAZE_CONSTRAINT_MUST_BE_INTEGRAL_TYPE(T)
Constraint on the data type.In case the given data type T is not an integral data type...
Definition: Integral.h:60
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Constraint on the data type.