Pixel data types module
#include "diplib.h"
template<typename T>
dip::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

Base classes

template<type T>
struct dip::detail::IsIndexingType