#include <all_indices.h>
Static Public Attributes | |
static const bool | value |
Checks if an index and a distance can be used together
Definition at line 116 of file all_indices.h.
const bool rtflann::valid_combination< Index, Distance, ElemType >::value [static] |
same_type<ElemType,typename Distance::ElementType>::value && (!needs_kdtree_distance<Index<DummyDistance> >::value || is_kdtree_distance<Distance>::value) && (!needs_vector_space_distance<Index<DummyDistance> >::value || is_kdtree_distance<Distance>::value || is_vector_space_distance<Distance>::value)
Definition at line 118 of file all_indices.h.