template struct cvflann::squareDistance<MinkowskiDistance<ElementType>, ElementType>

#include <dist.h>

template <typename ElementType>
struct squareDistance<MinkowskiDistance<ElementType>, ElementType>
{
    // typedefs

    typedef MinkowskiDistance<ElementType>::ResultType ResultType;

    // methods

    ResultType
    operator()(ResultType dist);
};