Struct metric_L2_Simple

Nested Relationships

Nested Types

Inheritance Relationships

Base Type

Struct Documentation

struct metric_L2_Simple : public nanoflann::Metric

Metaprogramming helper traits class for the L2_simple (Euclidean) squared distance metric

template<class T, class DataSource, typename IndexType = uint32_t>
struct traits

Public Types

using distance_t = L2_Simple_Adaptor<T, DataSource, T, IndexType>