template<typename T>
IsNumericType struct
For use with std::enable_if
to enable templates only for types that are numeric types, similar to
std::is_arithmetic
but also true for complex types. See dip::IsSampleType
for usage details.
Contents
- Reference
Base classes
-
template<type T>struct dip::
detail:: IsNumericType