All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Types | List of all members
paal::data_structures::_metric_traits< Metric, _VertexType > Struct Template Reference

base for metric traits More...

#include <metric_traits.hpp>

Public Types

using VertexType = _VertexType
 
using DistanceType = puretype(std::declval< Metric >()(std::declval< VertexType >(), std::declval< VertexType >()))
 Distance type.
 

Detailed Description

template<typename Metric, typename _VertexType>
struct paal::data_structures::_metric_traits< Metric, _VertexType >

base for metric traits

Template Parameters
Metric
_VertexType

Definition at line 31 of file metric_traits.hpp.


The documentation for this struct was generated from the following file: