template<typename T>
IsIndexingType struct
For use with std::enable_if
to enable templates only for types that are indexing types, true for
signed and unsigned integers. See dip::IsSampleType
for usage details.
Contents
- Reference
Base classes
-
template<type T>struct dip::
detail:: IsIndexingType