template struct cvflann::simpleDistance<L2_Simple<ElementType>, ElementType>
#include <dist.h> template <typename ElementType> struct simpleDistance<L2_Simple<ElementType>, ElementType> { // typedefs typedef L2_Simple<ElementType>::ResultType ResultType; // methods ResultType operator()(ResultType dist); };