Struct metric_L1

Nested Relationships

Nested Types

Inheritance Relationships

Base Type

Struct Documentation

struct metric_L1 : public nanoflann::Metric

Metaprogramming helper traits class for the L1 (Manhattan) metric

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

Public Types

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